Calendar: reset to current month when opening

This commit is contained in:
crater2150 2014-08-19 08:05:40 +02:00
parent a81dd19f61
commit accce9a8bc

View file

@ -220,7 +220,7 @@ end
function calendar:update_before_showing()
if not self.wibox.visible then
self:fill_days()
self:now()
end
end