commit-gnue
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnue] r7453 - trunk/gnue-common/src/datasources


From: reinhard
Subject: [gnue] r7453 - trunk/gnue-common/src/datasources
Date: Thu, 21 Apr 2005 10:20:32 -0500 (CDT)

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 (





reply via email to

[Prev in Thread] Current Thread [Next in Thread]