dabo Commit
Revision 5571
Date: 2009-12-29 06:31:30 -0800 (Tue, 29 Dec 2009)
Author: Ed
Trac: http://trac.dabodev.com/changeset/5571

Changed:
U   trunk/dabo/ui/dDataControlMixinBase.py

Log:
Fixed a problem with _oldVal not getting properly set when running in designer 
mode. Trac ticket #1305.


Diff:
Modified: trunk/dabo/ui/dDataControlMixinBase.py
===================================================================
--- trunk/dabo/ui/dDataControlMixinBase.py      2009-12-28 16:13:17 UTC (rev 
5570)
+++ trunk/dabo/ui/dDataControlMixinBase.py      2009-12-29 14:31:30 UTC (rev 
5571)
@@ -251,7 +251,7 @@
                                                                else:
                                                                        nm = 
str(self.DataSource)
                                                                
dabo.errorLog.write("Could not bind to '%s.%s'\nReason: %s" % (nm, 
self.DataField, e) )
-                               self._oldVal = curVal
+                       self._oldVal = curVal
                        self._from_flushValue = True
                        self._afterValueChanged()
                        self._from_flushValue = False



_______________________________________________
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