Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sugar/graphics/palette.py
diff options
context:
space:
mode:
Diffstat (limited to 'sugar/graphics/palette.py')
-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()