commit-gnue
[Top][All Lists]
Advanced

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

[gnue] r8757 - trunk/gnue-forms/src/GFObjects


From: reinhard
Subject: [gnue] r8757 - trunk/gnue-forms/src/GFObjects
Date: Wed, 11 Oct 2006 12:07:19 -0500 (CDT)

Author: reinhard
Date: 2006-10-11 12:07:18 -0500 (Wed, 11 Oct 2006)
New Revision: 8757

Modified:
   trunk/gnue-forms/src/GFObjects/GFBlock.py
Log:
Fixed autoNextRecord behaviour.


Modified: trunk/gnue-forms/src/GFObjects/GFBlock.py
===================================================================
--- trunk/gnue-forms/src/GFObjects/GFBlock.py   2006-10-11 15:31:18 UTC (rev 
8756)
+++ trunk/gnue-forms/src/GFObjects/GFBlock.py   2006-10-11 17:07:18 UTC (rev 
8757)
@@ -692,7 +692,7 @@
             if self.autoCreate and not self.is_empty() and \
                     not self.editable in ('update', 'N'):
                 self.new_record()
-                return
+            return
 
         self.__focus_out()
 





reply via email to

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