daboide Commit
Revision 840
Date: 2007-04-25 04:37:43 -0700 (Wed, 25 Apr 2007)
Author: Uwe_Grauer
Trac: http://svn.dabodev.com/trac/daboide/changeset/840
Changed:
U trunk/ClassDesigner.py
Log:
added missing ":" in line 1575
Diff:
Modified: trunk/ClassDesigner.py
===================================================================
--- trunk/ClassDesigner.py 2007-04-24 19:34:58 UTC (rev 839)
+++ trunk/ClassDesigner.py 2007-04-25 11:37:43 UTC (rev 840)
@@ -1572,7 +1572,7 @@
def onSaveRunnable(self, evt):
- if not self.wrapSave(self.currentForm.onSaveDesign, evt)
+ if not self.wrapSave(self.currentForm.onSaveDesign, evt):
return
nm = self.currentForm.getClassFile()
fpath, fname = os.path.split(nm)
_______________________________________________
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]