dabo Commit
Revision 4311
Date: 2008-07-22 17:17:06 -0700 (Tue, 22 Jul 2008)
Author: Ed
Trac:
http://svn.dabodev.com/trac/dabo/changeset/4311Changed:
U trunk/ide/ClassDesigner.py
Log:
This should fix the odd error reported by Nate Lowrie in his screencast.
Diff:
Modified: trunk/ide/ClassDesigner.py
===================================================================
--- trunk/ide/ClassDesigner.py 2008-07-23 00:10:28 UTC (rev 4310)
+++ trunk/ide/ClassDesigner.py 2008-07-23 00:17:06 UTC (rev 4311)
@@ -622,6 +622,8 @@
self._selectedClass = {"dDialog": dui.dDialog,
"dOkCancelDialog": dui.dOkCancelDialog,
"Wizard": dlgs.Wizard}[clsd["name"]]
+ else:
+ self._selectedClass = dui.dForm
# Convert any paths in the atts
self._basePath = pth
_______________________________________________
Post Messages to:
Dabo-dev@...
Subscription Maintenance:
http://leafe.com/mailman/listinfo/dabo-devSearchable Archives:
http://leafe.com/archives/search/dabo-devThis message:
http://leafe.com/archives/byMID/20080723001706.B5E403182C8@...