dabo Commit
Revision 6404
Date: 2011-02-06 14:33:55 -0800 (Sun, 06 Feb 2011)
Author: Ed
Trac: http://trac.dabodev.com/changeset/6404

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

Log:
Changed some capitalization to be more consistent with the rest of the 
framework.

Diff:
Modified: trunk/dabo/ui/dDataControlMixinBase.py
===================================================================
--- trunk/dabo/ui/dDataControlMixinBase.py      2011-02-06 22:16:03 UTC (rev 
6403)
+++ trunk/dabo/ui/dDataControlMixinBase.py      2011-02-06 22:33:55 UTC (rev 
6404)
@@ -352,7 +352,7 @@
        # definitions themselves.
        def _getDataSource(self):
                try:
-                       return self._DataSource
+                       return self._dataSource
                except AttributeError:
                        return ""
 
@@ -367,7 +367,7 @@
                        # Clear any old DataSource
                        self.__src = None
                        self._oldVal = None
-                       self._DataSource = val
+                       self._dataSource = val
                        self.update()
                dabo.ui.callAfter(_delayedSetDataSource)
 



_______________________________________________
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