commit-gnue
[Top][All Lists]
Advanced

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

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


From: reinhard
Subject: [gnue] r8799 - trunk/gnue-forms/src
Date: Mon, 16 Oct 2006 10:51:30 -0500 (CDT)

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()
 





reply via email to

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