#126 calendar: local scrp fix

This commit is contained in:
luke bonham 2015-07-29 17:35:35 +02:00 committed by copycat-killer
parent e418d9fb86
commit e6f3e74e0c
1 changed files with 2 additions and 2 deletions

View File

@ -91,9 +91,9 @@ function calendar:show(t_out, inc_offset, scr)
f:close()
if calendar.followmouse then
local scrp = mouse.screen
scrp = mouse.screen
else
local scrp = scr or calendar.scr_pos
scrp = scr or calendar.scr_pos
end
cal_notification = naughty.notify({