dabo Commit
Revision 5219
Date: 2009-05-16 18:47:23 -0700 (Sat, 16 May 2009)
Author: Ed
Trac: http://trac.dabodev.com/changeset/5219

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

Log:
The hook method for normal field validation was clearing the StatusText, when 
that really wasn't necessary. 


Diff:
Modified: trunk/dabo/ui/uiwx/dForm.py
===================================================================
--- trunk/dabo/ui/uiwx/dForm.py 2009-05-15 23:12:46 UTC (rev 5218)
+++ trunk/dabo/ui/uiwx/dForm.py 2009-05-17 01:47:23 UTC (rev 5219)
@@ -821,7 +821,7 @@
                You should override it with your own code to handle this event 
                appropriately for your application.
                """
-               self.StatusText = ""
+               pass
                
        
        # Property get/set/del functions follow.



_______________________________________________
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