commit-gnue
[Top][All Lists]
Advanced

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

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


From: reinhard
Subject: [gnue] r10069 - trunk/gnue-forms/src
Date: Mon, 30 Nov 2009 10:04:00 -0600 (CST)

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





reply via email to

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