Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/extensions
diff options
context:
space:
mode:
authorSimon Schampijer <simon@laptop.org>2012-12-10 14:42:18 (GMT)
committer Ajay Garg <ajay@activitycentral.com>2012-12-10 18:48:56 (GMT)
commit14fb1f2c940e8c3ff7dbaee40118cab559610965 (patch)
tree15e24734c01c4a0a76970328fc6cd3142a2c4825 /extensions
parent82b6d6c55a8e802b74b621341b6273e6a4c8458a (diff)
Adapt to PaletteMenu changes for popdown on item activation, SL #4191 and SL #4253
The toolkit now popdown the Palette when an item is activated. We do not have to do it manually any more. The Control Panel item code was setting the panel as transient on itself, this fails as the Palette vanishes after the item is activated. We are doing fine without setting the Control Panel transient on the Palette, which is wrong in any case. Signed-off-by: Simon Schampijer <simon@laptop.org> Acked-by: Manuel QuiƱones <manuq@laptop.org> Signed-off-by: Ajay Garg <ajay@activitycentral.com>
Diffstat (limited to 'extensions')
-rw-r--r--extensions/deviceicon/frame.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/extensions/deviceicon/frame.py b/extensions/deviceicon/frame.py
index cfc25bf..52e92ea 100644
--- a/extensions/deviceicon/frame.py
+++ b/extensions/deviceicon/frame.py
@@ -59,7 +59,6 @@ class DeviceView(TrayIcon):
return palette
def __button_release_event_cb(self, widget, event):
- self.props.palette.popdown(immediate=True)
self._input_method.show()
frame = jarabe.frame.get_view()
frame.hide()