commit-gnue
[Top][All Lists]
Advanced

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

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


From: johannes
Subject: [gnue] r8496 - trunk/gnue-common/src/datasources
Date: Mon, 19 Jun 2006 13:55:47 -0500 (CDT)

Author: johannes
Date: 2006-06-19 13:55:46 -0500 (Mon, 19 Jun 2006)
New Revision: 8496

Modified:
   trunk/gnue-common/src/datasources/ConnectionTriggerObj.py
Log:
Changed type of object so dumpXML() works for forms after phased init


Modified: trunk/gnue-common/src/datasources/ConnectionTriggerObj.py
===================================================================
--- trunk/gnue-common/src/datasources/ConnectionTriggerObj.py   2006-06-15 
10:40:12 UTC (rev 8495)
+++ trunk/gnue-common/src/datasources/ConnectionTriggerObj.py   2006-06-19 
18:55:46 UTC (rev 8496)
@@ -52,7 +52,7 @@
 
     self.__connection = connection
     self.name         = name
-    GObjects.GObj.__init__ (self, type = "ConnTrigObj")
+    GObjects.GObj.__init__ (self, type = "GCConnection")
     
     self._triggerGlobal = True
     self._triggerFunctions = {}





reply via email to

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