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



_______________________________________________
commit-gnue mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/commit-gnue

Reply via email to