commit-gnue
[Top][All Lists]
Advanced

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

[gnue] r8186 - trunk/gnue-forms/src


From: reinhard
Subject: [gnue] r8186 - trunk/gnue-forms/src
Date: Thu, 2 Mar 2006 12:04:29 -0600 (CST)

Author: reinhard
Date: 2006-03-02 12:04:28 -0600 (Thu, 02 Mar 2006)
New Revision: 8186

Modified:
   trunk/gnue-forms/src/GFForm.py
Log:
Fixed unbound fields appearing as dirty.


Modified: trunk/gnue-forms/src/GFForm.py
===================================================================
--- trunk/gnue-forms/src/GFForm.py      2006-03-02 14:42:59 UTC (rev 8185)
+++ trunk/gnue-forms/src/GFForm.py      2006-03-02 18:04:28 UTC (rev 8186)
@@ -523,6 +523,7 @@
     # FIXME: should only cause the form to appear unsaved if the entry is bound
     # to a field.
     if (self._currentEntry._type != 'GFButton' and \
+        self._currentEntry._field._bound and \
         self._currentEntry._displayHandler.isPending()):
       return False
 





reply via email to

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