From 380fcf889a6326c4223e5290eef2054379aa71df Mon Sep 17 00:00:00 2001 From: Marcos Pinto Date: Sat, 21 Jul 2007 07:32:11 +0000 Subject: [PATCH] fix last --- plugins/Scheduler/plugin.py | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/Scheduler/plugin.py b/plugins/Scheduler/plugin.py index 4660b21b9..b556bd754 100644 --- a/plugins/Scheduler/plugin.py +++ b/plugins/Scheduler/plugin.py @@ -271,3 +271,4 @@ class scheduler_select(gtk.DrawingArea): def mouse_leave(self, widget, event): self.clear_infotext() self.hover_point = [-1,-1] +