commit-gnue
[Top][All Lists]
Advanced

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

[gnue] r7315 - trunk/gnue-forms/src/GFObjects


From: reinhard
Subject: [gnue] r7315 - trunk/gnue-forms/src/GFObjects
Date: Thu, 7 Apr 2005 16:44:37 -0500 (CDT)

Author: reinhard
Date: 2005-04-07 16:44:36 -0500 (Thu, 07 Apr 2005)
New Revision: 7315

Modified:
   trunk/gnue-forms/src/GFObjects/GFBlock.py
Log:
Set type of unbound DataSources to 'unbound'.


Modified: trunk/gnue-forms/src/GFObjects/GFBlock.py
===================================================================
--- trunk/gnue-forms/src/GFObjects/GFBlock.py   2005-04-07 21:08:28 UTC (rev 
7314)
+++ trunk/gnue-forms/src/GFObjects/GFBlock.py   2005-04-07 21:44:36 UTC (rev 
7315)
@@ -212,6 +212,7 @@
     # Create a stub/non-bound datasource if we aren't bound to one
     if not hasattr(self,'datasource') or not self.datasource:
       ds = GFDataSource(self._form)
+      ds.type = 'unbound'
       self.datasource = ds.name = "__dts_%s" % id(self)
       form._datasourceDictionary[ds.name] = ds
       ds._buildObject()





reply via email to

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