From 22214f77caf9771ef71b7eea516e8de72980a218 Mon Sep 17 00:00:00 2001 From: Thomas Leonard Date: Sun, 3 Jul 2005 18:10:56 +0000 Subject: [PATCH] Don't delete menu pos property after reading. git-svn-id: https://rox.svn.sourceforge.net/svnroot/rox/trunk/ROX-Lib2@3992 66de3db3-b00d-0410-b41b-f4738ad19bea --- python/rox/applet.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/rox/applet.py b/python/rox/applet.py index 1e26f27..ccdc6c7 100644 --- a/python/rox/applet.py +++ b/python/rox/applet.py @@ -41,7 +41,7 @@ class Applet(g.Plug): """Use this as the third argument to Menu.popup().""" x, y, mods = _root_window.get_pointer() pos = self.socket.property_get('_ROX_PANEL_MENU_POS', - 'STRING', True) + 'STRING', False) if pos: pos = pos[2] if pos: side, margin = pos.split(',') -- 2.11.4.GIT