Author: reinhard
Date: 2005-09-21 23:13:32 -0500 (Wed, 21 Sep 2005)
New Revision: 7959
Modified:
trunk/gnue-forms/src/GFForm.py
Log:
Update status bar on focus change if necessary.
Modified: trunk/gnue-forms/src/GFForm.py
===================================================================
--- trunk/gnue-forms/src/GFForm.py 2005-09-22 03:50:18 UTC (rev 7958)
+++ trunk/gnue-forms/src/GFForm.py 2005-09-22 04:13:32 UTC (rev 7959)
@@ -444,6 +444,8 @@
self._currentBlock.processTrigger('Post-FocusIn', ignoreAbort=False)
if pageChange:
self._currentPage.processTrigger('Post-FocusIn', ignoreAbort=False)
+ if blockChange or pageChange:
+ self._instance.updateStatus (self)
assert gDebug (5, "calling refreshUIEvents ()")
self.refreshUIEvents()
_______________________________________________
Commit-gnue mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/commit-gnue