Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src/sugar/graphics/palette.py
diff options
context:
space:
mode:
authorSimon Schampijer <simon@schampijer.de>2008-06-05 08:31:30 (GMT)
committer Simon Schampijer <simon@schampijer.de>2008-06-05 08:31:30 (GMT)
commita935d5af971d1b585be39242ddca6933a858e1fa (patch)
tree639567aac0db3dd8682ee21c173069f680589cb6 /src/sugar/graphics/palette.py
parentcc7ce17eb7061656d2ae005eab98869e147eb08c (diff)
initialize right_click_invoker_hid in palette
Diffstat (limited to 'src/sugar/graphics/palette.py')
-rw-r--r--src/sugar/graphics/palette.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sugar/graphics/palette.py b/src/sugar/graphics/palette.py
index 1277477..79f5e86 100644
--- a/src/sugar/graphics/palette.py
+++ b/src/sugar/graphics/palette.py
@@ -246,6 +246,7 @@ class Palette(gtk.Window):
self._palette_popup_sid = None
self._enter_invoker_hid = None
self._leave_invoker_hid = None
+ self._right_click_invoker_hid = None
# we set these for backward compatibility
if label is not None: