commit-gnue
[Top][All Lists]
Advanced

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

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


From: johannes
Subject: [gnue] r8960 - trunk/gnue-forms/src
Date: Tue, 31 Oct 2006 02:33:40 -0600 (CST)

Author: johannes
Date: 2006-10-31 02:33:39 -0600 (Tue, 31 Oct 2006)
New Revision: 8960

Modified:
   trunk/gnue-forms/src/GFInstance.py
Log:
Use the proper flag to rearrange boxes


Modified: trunk/gnue-forms/src/GFInstance.py
===================================================================
--- trunk/gnue-forms/src/GFInstance.py  2006-10-30 19:01:01 UTC (rev 8959)
+++ trunk/gnue-forms/src/GFInstance.py  2006-10-31 08:33:39 UTC (rev 8960)
@@ -293,7 +293,7 @@
         assert gDebug(4, "Initializing form objects")
 
         for formObject in self._formsDictionary.values():
-            if getattr(self._uimodule, '__rearrange_boxes__', False):
+            if getattr(self._uiinstance, '__rearrange_boxes__', False):
                 for page in formObject.findChildrenOfType('GFPage', False,
                         True):
                     page.rearrange_boxes()





reply via email to

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