dabo Commit
Revision 4372
Date: 2008-08-07 11:29:54 -0700 (Thu, 07 Aug 2008)
Author: Nate
Trac: http://svn.dabodev.com/trac/dabo/changeset/4372

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

Log:
removed duplicate call to runCancel().

Diff:
Modified: trunk/dabo/ui/uiwx/dDialog.py
===================================================================
--- trunk/dabo/ui/uiwx/dDialog.py       2008-08-06 21:58:01 UTC (rev 4371)
+++ trunk/dabo/ui/uiwx/dDialog.py       2008-08-07 18:29:54 UTC (rev 4372)
@@ -393,7 +393,7 @@
                except AttributeError:
                        # New code should not have onCancel
                        pass
-               self.runCancel()
+               
                if self.runCancel() is not False:
                        self.EndModal(kons.DLG_CANCEL)
                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