Author: reinhard
Date: 2005-04-24 06:32:07 -0500 (Sun, 24 Apr 2005)
New Revision: 7478

Modified:
   trunk/gnue-common/src/datasources/drivers/Base/Connection.py
Log:
Quick fix for calculated forms always starting up as dirty.


Modified: trunk/gnue-common/src/datasources/drivers/Base/Connection.py
===================================================================
--- trunk/gnue-common/src/datasources/drivers/Base/Connection.py        
2005-04-24 11:04:14 UTC (rev 7477)
+++ trunk/gnue-common/src/datasources/drivers/Base/Connection.py        
2005-04-24 11:32:07 UTC (rev 7478)
@@ -230,7 +230,9 @@
 
     gEnter (8)
     result = self._call (table, oldfields, methodname, parameters)
-    self.__pending = True
+    # FIXME: Some calls should not make the connection pending, like requesting
+    # the generated form. Most others should.
+    # self.__pending = True
     return gLeave (8, result)
 
 



_______________________________________________
Commit-gnue mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/commit-gnue

Reply via email to