summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorstreetturtle <streetturtle@users.noreply.github.com>2020-02-22 12:53:01 -0500
committerGitHub <noreply@github.com>2020-02-22 12:53:01 -0500
commit18a8fd62d3a59cac084b4c76006b15ed43d5e4c2 (patch)
treeb0335462c35e61bf21cf7035b9255889554b83b1
parent41fba9793e883d9042776a34906a51b782774c79 (diff)
parent343a67f7e5c1adbff43586a57d9009a52d9173c3 (diff)
Merge pull request #113 from utix/fix/volume_notification
volume: fix error on mouse leave
-rw-r--r--volume-widget/volume.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/volume-widget/volume.lua b/volume-widget/volume.lua
index b2748e1..749f1f6 100644
--- a/volume-widget/volume.lua
+++ b/volume-widget/volume.lua
@@ -57,7 +57,7 @@ local function worker(args)
end
}
- local notification = {}
+ local notification
local volume_icon_name="audio-volume-high-symbolic"
local function get_notification_text(txt)