Author: reinhard
Date: 2006-10-16 10:51:30 -0500 (Mon, 16 Oct 2006)
New Revision: 8799
Modified:
trunk/gnue-forms/src/GFInstance.py
Log:
More cleanup.
Modified: trunk/gnue-forms/src/GFInstance.py
===================================================================
--- trunk/gnue-forms/src/GFInstance.py 2006-10-16 14:12:59 UTC (rev 8798)
+++ trunk/gnue-forms/src/GFInstance.py 2006-10-16 15:51:30 UTC (rev 8799)
@@ -478,11 +478,10 @@
# If the trigger changed focus, no need in us doing it too...
if origEntry == event._form._currentEntry:
- event._form._currentEntry.ui_focus_out()
event._form.next_entry()
- event._form._currentEntry.ui_focus_in()
- event._form.beginEditing()
+ event._form.beginEditing()
+
event._form.update_record_status()
event._form.update_tip()
@@ -507,11 +506,10 @@
# If the trigger changed focus, no need in us doing it too...
if origEntry == event._form._currentEntry:
- event._form._currentEntry.ui_focus_out()
- event._form.previousEntry()
- event._form._currentEntry.ui_focus_in()
- event._form.beginEditing()
+ event._form.previous_entry()
+ event._form.beginEditing()
+
event._form.update_record_status()
event._form.update_tip()
_______________________________________________
commit-gnue mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/commit-gnue