ViewManager/ViewManager.py

changeset 2109
621ffe935354
parent 2108
22e480e4a47e
child 2110
eff6b085ea89
diff -r 22e480e4a47e -r 621ffe935354 ViewManager/ViewManager.py
--- a/ViewManager/ViewManager.py	Sat Oct 06 18:42:02 2012 +0200
+++ b/ViewManager/ViewManager.py	Sat Oct 06 18:48:56 2012 +0200
@@ -5185,8 +5185,7 @@
             res = True
         
         if res:
-            e5App().focusChanged.disconnect(
-                self.viewmanager.appFocusChanged)
+            e5App().focusChanged.disconnect(self.appFocusChanged)
         
         return res
         

eric ide

mercurial