commit-gnue
[Top][All Lists]
Advanced

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

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


From: reinhard
Subject: [gnue] r7465 - trunk/gnue-forms/src
Date: Fri, 22 Apr 2005 17:56:01 -0500 (CDT)

Author: reinhard
Date: 2005-04-22 17:56:00 -0500 (Fri, 22 Apr 2005)
New Revision: 7465

Modified:
   trunk/gnue-forms/src/GFForm.py
Log:
Fix for dialogs other than the About box.


Modified: trunk/gnue-forms/src/GFForm.py
===================================================================
--- trunk/gnue-forms/src/GFForm.py      2005-04-22 18:31:10 UTC (rev 7464)
+++ trunk/gnue-forms/src/GFForm.py      2005-04-22 22:56:00 UTC (rev 7465)
@@ -1314,9 +1314,12 @@
     @return: None
     """
 
-    self._instance._uiinstance.showAbout (**parameters)
+    if dialogName == '_about':
+      self._instance._uiinstance.showAbout (**parameters)
+    else:      
+      self._instance.activateForm(dialogName, parameters, modal)    
+                                
 
-
   #---------------------------------------------------------------------------
   # Close this copy of gnue-forms
   #---------------------------------------------------------------------------





reply via email to

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