Do not allow to close the journal

This commit is contained in:
Marco Pesenti Gritti
2007-06-28 12:03:12 +02:00
parent faed9162ab
commit 51c66de817
2 changed files with 6 additions and 4 deletions
-2
View File
@@ -195,14 +195,12 @@ class Palette(gobject.GObject):
self._popdown_anim.start()
def invoker_mouse_enter(self):
print 'Invoker enter'
self.popup()
def invoker_mouse_leave(self):
self.popdown()
def _enter_notify_event_cb(self, widget, event):
print 'Enter notify'
if event.detail == gtk.gdk.NOTIFY_NONLINEAR:
self._popdown_anim.stop()