From accce9a8bcb09a45fc2e273fee4563e6b9850329 Mon Sep 17 00:00:00 2001 From: crater2150 Date: Tue, 19 Aug 2014 08:05:40 +0200 Subject: [PATCH] Calendar: reset to current month when opening --- calendar.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/calendar.lua b/calendar.lua index 49e1fec..cef1f16 100644 --- a/calendar.lua +++ b/calendar.lua @@ -220,7 +220,7 @@ end function calendar:update_before_showing() if not self.wibox.visible then - self:fill_days() + self:now() end end