Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sugar/graphics
diff options
context:
space:
mode:
Diffstat (limited to 'sugar/graphics')
-rw-r--r--sugar/graphics/palette.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/sugar/graphics/palette.py b/sugar/graphics/palette.py
index 85e60ac..7ab35b6 100644
--- a/sugar/graphics/palette.py
+++ b/sugar/graphics/palette.py
@@ -414,6 +414,7 @@ class Palette(gtk.Window):
self._update_full_request()
self._alignment = self._invoker.get_alignment(self._full_request)
self._update_position()
+ self.set_transient_for(self._invoker.get_toplevel())
self.menu.set_active(True)
self.show()