aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdrian C. (anrxc) <anrxc@sysphere.org>2009-09-24 15:15:48 +0200
committerAdrian C. (anrxc) <anrxc@sysphere.org>2009-09-24 15:15:48 +0200
commit1b4e28c036d005415b62c8159c8b42b3fedc5162 (patch)
tree6fb1311fb1517760f30bc180241cdf285b3b53b4
parent53b2799cad716b079201daf5a16a6a47a5dc45be (diff)
downloadvicious-legacy-1b4e28c036d005415b62c8159c8b42b3fedc5162.tar.xz
Created branch 3.3 to backport fixes
-rw-r--r--init.lua17
1 files changed, 6 insertions, 11 deletions
diff --git a/init.lua b/init.lua
index ed5bda5..e73cc50 100644
--- a/init.lua
+++ b/init.lua
@@ -1,16 +1,10 @@
-----------------------------------------------------------------
+---------------------------------------------------------------------------
-- Vicious widgets for the awesome window manager
---
+---------------------------------------------------------------------------
-- Licensed under the GNU General Public License version 2
--- * Copyright (C) 2009 Adrian C. <anrxc_sysphere_org>
---
--- To view a human-readable summary of the license, visit:
--- * http://creativecommons.org/licenses/GPL/2.0/
-----------------------------------------------------------------
--- Derived from Wicked, by Lucas de Vries <lucas_glacicle_com>
--- * http://git.glacicle.com/cgit.cgi/wicked
--- * Wicked is licensed under the WTFPL v2
-----------------------------------------------------------------
+-- * Copyright (C) 2009 Adrian C. <anrxc_sysphere_org>
+-- * Derived from Wicked, copyright of Lucas de Vries <lucas_glacicle_com>
+---------------------------------------------------------------------------
-- {{{ Grab environment
require("awful")
@@ -191,6 +185,7 @@ function unregister(widget, keep, reg)
end
end
+ -- Unregister the timer
awful.hooks.timer.unregister(reg.update)
reg.running = false