Author: reinhard
Date: 2006-10-10 16:47:34 -0500 (Tue, 10 Oct 2006)
New Revision: 8742
Modified:
trunk/gnue-forms/src/GFForm.py
Log:
Removed two more calls to updateENTRY that should not be necessary.
Modified: trunk/gnue-forms/src/GFForm.py
===================================================================
--- trunk/gnue-forms/src/GFForm.py 2006-10-10 21:31:21 UTC (rev 8741)
+++ trunk/gnue-forms/src/GFForm.py 2006-10-10 21:47:34 UTC (rev 8742)
@@ -827,13 +827,6 @@
if pageChange:
self.dispatchEvent('gotoPAGE', self._currentPage, _form=self);
- assert gDebug(5, "Updating entries old: %s, new: %s" % \
- (oldEntry, self._currentEntry))
-
- if oldEntry is not None:
- self.dispatchEvent('updateENTRY', oldEntry, _form=self)
- self.dispatchEvent('updateENTRY', self._currentEntry, _form=self)
-
self.__focus_triggers('FocusIn', fieldChange, pageChange,
blockChange)
_______________________________________________
commit-gnue mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/commit-gnue