aboutsummaryrefslogtreecommitdiff
path: root/init.lua
diff options
context:
space:
mode:
authorAdrian C. (anrxc) <anrxc@sysphere.org>2009-08-06 21:59:12 +0200
committerAdrian C. (anrxc) <anrxc@sysphere.org>2009-08-06 21:59:12 +0200
commit798036e4452cbd1001fec48d27777dc697c42971 (patch)
treea6472ab308dc90c2161ff71c7fc8fa4ab41e23b3 /init.lua
parent8d59a01cf663d576a79a0092312756d221725633 (diff)
downloadvicious-legacy-798036e4452cbd1001fec48d27777dc697c42971.tar.xz
Changed fs widget type description.
Diffstat (limited to 'init.lua')
-rw-r--r--init.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/init.lua b/init.lua
index cd41a39..f9eabd5 100644
--- a/init.lua
+++ b/init.lua
@@ -246,7 +246,7 @@ function update(widget, reg, disablecache)
c.time = t
c.data = reg.type(reg.format, reg.warg)
end
-
+
data = c.data
else
data = reg.type(reg.format, reg.warg)
@@ -259,7 +259,7 @@ function update(widget, reg, disablecache)
data = reg.format(widget, data)
end
end
-
+
if reg.field == nil then
widget.text = data
elseif widget.plot_data_add ~= nil then