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 Simon Schampijer <simon@laptop.org>2012-12-10 17:37:45 (GMT)
commitcb8b42ad069fbd067b4963c29993451b510b944d (patch)
tree5bc9724c585f63c4fd27dd65248adee77c03c8af /extensions
parent34fb1f8d948d0bc57334a7df94b8e1711f132912 (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>
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()