Author: reinhard
Date: 2005-04-21 10:20:31 -0500 (Thu, 21 Apr 2005)
New Revision: 7453
Modified:
trunk/gnue-common/src/datasources/GDataSource.py
Log:
Typo.
Modified: trunk/gnue-common/src/datasources/GDataSource.py
===================================================================
--- trunk/gnue-common/src/datasources/GDataSource.py 2005-04-21 15:15:32 UTC
(rev 7452)
+++ trunk/gnue-common/src/datasources/GDataSource.py 2005-04-21 15:20:31 UTC
(rev 7453)
@@ -246,7 +246,7 @@
# Hmmm... No, because primary init registers the datasource in the toplevel
# datasourceDictionary, and the master must already be registered here.
# Maybe a _topObject.findChildByName would help and be more clean?
- if hasattr (self, 'master') and master:
+ if hasattr (self, 'master') and self.master:
# Find the master datasource by name
self.__master = self._topObject._datasourceDictionary.get (
_______________________________________________
Commit-gnue mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/commit-gnue