dabo Commit
Revision 3186
Date: 2007-06-20 07:02:13 -0700 (Wed, 20 Jun 2007)
Author: Ed
Trac: http://svn.dabodev.com/trac/dabo/changeset/3186
Changed:
U trunk/dabo/ui/uiwx/dDockForm.py
Log:
Fixed incorrect reference to the dShell class.
Diff:
Modified: trunk/dabo/ui/uiwx/dDockForm.py
===================================================================
--- trunk/dabo/ui/uiwx/dDockForm.py 2007-06-20 00:27:50 UTC (rev 3185)
+++ trunk/dabo/ui/uiwx/dDockForm.py 2007-06-20 14:02:13 UTC (rev 3186)
@@ -733,7 +733,7 @@
def onChildBorn(self, evt):
- ok = isinstance(evt.child, (_dDockPanel, dabo.ui.dStatusBar,
dabo.ui.dShell))
+ ok = isinstance(evt.child, (_dDockPanel, dabo.ui.dStatusBar,
dabo.ui.dShell.dShell))
if not ok:
print "BORN:", evt.child
_______________________________________________
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/dabo-dev/[EMAIL PROTECTED]