Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sugar/graphics
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <marco@localhost.localdomain>2007-06-28 10:03:12 (GMT)
committer Marco Pesenti Gritti <marco@localhost.localdomain>2007-06-28 10:03:12 (GMT)
commit51c66de8171505206c0014c3691fa7fccc115057 (patch)
tree0bba9c29dd0f2317a5e2ca591c895f54e8dd36a4 /sugar/graphics
parentfaed9162abd2a7645944736dc37f82105f09c7bb (diff)
Do not allow to close the journal
Diffstat (limited to 'sugar/graphics')
-rw-r--r--sugar/graphics/palette.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/sugar/graphics/palette.py b/sugar/graphics/palette.py
index 5b425d5..668bd14 100644
--- a/sugar/graphics/palette.py
+++ b/sugar/graphics/palette.py
@@ -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()