Author: reinhard
Date: 2007-04-11 09:23:31 -0500 (Wed, 11 Apr 2007)
New Revision: 9494

Modified:
   trunk/gnue-navigator/src/UIwx26.py
Log:
Allow two forms being started at the same time if not using embedded forms.


Modified: trunk/gnue-navigator/src/UIwx26.py
===================================================================
--- trunk/gnue-navigator/src/UIwx26.py  2007-04-11 14:15:07 UTC (rev 9493)
+++ trunk/gnue-navigator/src/UIwx26.py  2007-04-11 14:23:31 UTC (rev 9494)
@@ -196,10 +196,11 @@
     else:
       formfile = step.location
 
-    if self.__current_form is None:
-      self.helpText.Hide()
-    else:
-      self.__current_form.close()
+    if gConfigNav('embedForms') == "%s" % True: 
+      if self.__current_form is None:
+        self.helpText.Hide()
+      else:
+        self.__current_form.close()
     self.__current_form = self.__instance.run_from_file(formfile,
             step._params)
 



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

Reply via email to