dabo Commit
Revision 5642
Date: 2010-02-04 06:32:47 -0800 (Thu, 04 Feb 2010)
Author: Ed
Trac: http://trac.dabodev.com/changeset/5642

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

Log:
Fixed a problem when using direct object references as the DataSource, 
discovered by Jacek Ka?\197?\130ucki.


Diff:
Modified: trunk/dabo/ui/dDataControlMixinBase.py
===================================================================
--- trunk/dabo/ui/dDataControlMixinBase.py      2010-02-04 02:38:08 UTC (rev 
5641)
+++ trunk/dabo/ui/dDataControlMixinBase.py      2010-02-04 14:32:47 UTC (rev 
5642)
@@ -442,7 +442,6 @@
                                else:
                                        # It's an object reference
                                        self.__src = ds
-                                       self._srcIsInstanceMethod = False
                                        if not isinstance(ds, (dObject, dPref)):
                                                # Warn about possible 
unsupported behavior.
                                                
dabo.infoLog.write(_("DataSource '%s' does not inherit from a proper Dabo 
class. This may result in unsupported problems.") % ds.__repr__())



_______________________________________________
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