Author: reinhard
Date: 2009-11-30 10:04:00 -0600 (Mon, 30 Nov 2009)
New Revision: 10069
Modified:
trunk/gnue-forms/src/GFForm.py
Log:
Fix for entries who don't have their block explicitly set, but only through
their parent.
Modified: trunk/gnue-forms/src/GFForm.py
===================================================================
--- trunk/gnue-forms/src/GFForm.py 2009-11-30 08:48:48 UTC (rev 10068)
+++ trunk/gnue-forms/src/GFForm.py 2009-11-30 16:04:00 UTC (rev 10069)
@@ -792,7 +792,7 @@
if object.is_navigable(mode):
if stayInBlock and \
- (currentBlock.name != object.block):
+ (currentBlock != object.get_block()):
continue
# Put the first field as the next to rollover
_______________________________________________
commit-gnue mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/commit-gnue