From 93fa2b685ca9de49766ef8bc8909ba0efd8b55a2 Mon Sep 17 00:00:00 2001 From: Alexander Yakushev Date: Wed, 22 Jun 2011 17:10:14 +0300 Subject: Final version 0.8c --- awesompd.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awesompd.lua b/awesompd.lua index 042b4f6..e178b89 100644 --- a/awesompd.lua +++ b/awesompd.lua @@ -86,6 +86,7 @@ function awesompd:create() instance.output_size = 30 instance.update_interval = 10 instance.path_to_icons = "" + instance.filename = awful.util.getdir ("cache").."/jamendo_cache" -- Widget configuration instance.widget:add_signal("mouse::enter", function(c) @@ -501,7 +502,6 @@ function awesompd:wrap_output(text) end function awesompd:retrieve_cache() - self.filename = awful.util.getdir ("cache").."/jamendo_cache" local bus = io.open(self.filename) if bus then for l in bus:lines() do -- cgit v1.2.3