Fixed an issue with the last change. 5_2_x

Sat, 06 Oct 2012 18:48:56 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Sat, 06 Oct 2012 18:48:56 +0200
branch
5_2_x
changeset 2112
facc3a2d983a
parent 2111
7a0a21537c5b
child 2113
91ad478a4ad7

Fixed an issue with the last change.
(grafted from 621ffe935354199ec37f0fc248d830a11af8650e)

ViewManager/ViewManager.py file | annotate | diff | comparison | revisions
--- 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