dabo Commit
Revision 1168
Date: 2005-08-14 11:37:05 -0700 (Sun, 14 Aug 2005)
Author: paul

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

Log:
Fixed a typo in dForm._beforeClose() that kept any user hooks from
being called. This fix courtesy Adi J. Sieker.



Diff:
Modified: trunk/dabo/ui/uiwx/dForm.py
===================================================================
--- trunk/dabo/ui/uiwx/dForm.py 2005-08-14 16:37:13 UTC (rev 1167)
+++ trunk/dabo/ui/uiwx/dForm.py 2005-08-14 18:37:05 UTC (rev 1168)
@@ -91,7 +91,7 @@
                """
                ret = self.confirmChanges()
                if ret:
-                       ret = super(dForm, self).beforeClose(evt)
+                       ret = super(dForm, self)._beforeClose(evt)
                return ret
                
                




_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev

Reply via email to