dabo Commit
Revision 7019
Date: 2011-12-10 10:45:55 -0800 (Sat, 10 Dec 2011)
Author: Ed
Trac: http://trac.dabodev.com/changeset/7019

Changed:
U   trunk/dabo/ui/uiwx/__init__.py

Log:
Cleaned up the class reference to dShell

Diff:
Modified: trunk/dabo/ui/uiwx/__init__.py
===================================================================
--- trunk/dabo/ui/uiwx/__init__.py      2011-12-09 18:41:02 UTC (rev 7018)
+++ trunk/dabo/ui/uiwx/__init__.py      2011-12-10 18:45:55 UTC (rev 7019)
@@ -700,7 +700,7 @@
 #      win = wx.FindWindowAtPoint(getMousePosition())
        actwin = dabo.dAppRef.ActiveForm
 #      print "ACTWIN", actwin
-       if isinstance(actwin, dabo.ui.dShell.dShell):
+       if isinstance(actwin, dabo.ui.dShell):
                actwin.lockDisplay()
                actwin.sendToBack()
        else:



_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev
Searchable Archives: http://leafe.com/archives/search/dabo-dev
This message: 
http://leafe.com/archives/byMID/[email protected]

Reply via email to