From 448275a3865d1db82a6fc37d60548da8b865e5e0 Mon Sep 17 00:00:00 2001 From: "Adrian C. (anrxc)" Date: Fri, 2 Apr 2010 01:08:12 +0200 Subject: widgets: reuse existing datasets where appropriate Gmail, mbox, raid, weather and wifi could return the old value in case there isn't new data, no need for N/A to be so common on our wibox. --- widgets/mdir.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'widgets/mdir.lua') diff --git a/widgets/mdir.lua b/widgets/mdir.lua index 94522e7..464d9a1 100644 --- a/widgets/mdir.lua +++ b/widgets/mdir.lua @@ -18,7 +18,7 @@ module("vicious.widgets.mdir") local function worker(format, warg) if not warg then return end - -- Initialise counters + -- Initialize counters local count = { new = 0, cur = 0 } for i=1, #warg do -- cgit v1.2.3