dabo Commit
Revision 6924
Date: 2011-10-26 14:49:02 -0700 (Wed, 26 Oct 2011)
Author: Paul
Trac: http://trac.dabodev.com/changeset/6924

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

Log:
Fixed a naming error from yesterday.


Diff:
Modified: trunk/dabo/ui/uiwx/dForm.py
===================================================================
--- trunk/dabo/ui/uiwx/dForm.py 2011-10-26 18:10:01 UTC (rev 6923)
+++ trunk/dabo/ui/uiwx/dForm.py 2011-10-26 21:49:02 UTC (rev 6924)
@@ -272,7 +272,7 @@
                        biz.RequeryChildrenOnNavigate = False
 
                def bail(msg, meth=None, *args, **kwargs):
-                       if func is None:
+                       if meth is None:
                                meth = self.setStatusText
                        meth(msg, *args, **kwargs)
                        biz.RequeryChildrenOnNavigate = self.__oldChildRequery



_______________________________________________
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