commit-gnue
[Top][All Lists]
Advanced

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

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


From: reinhard
Subject: [gnue] r8924 - trunk/gnue-forms/src
Date: Wed, 25 Oct 2006 02:50:47 -0500 (CDT)

Author: reinhard
Date: 2006-10-25 02:50:47 -0500 (Wed, 25 Oct 2006)
New Revision: 8924

Modified:
   trunk/gnue-forms/src/GFForm.py
Log:
Fixed activateDialog trigger function.


Modified: trunk/gnue-forms/src/GFForm.py
===================================================================
--- trunk/gnue-forms/src/GFForm.py      2006-10-25 05:01:42 UTC (rev 8923)
+++ trunk/gnue-forms/src/GFForm.py      2006-10-25 07:50:47 UTC (rev 8924)
@@ -517,7 +517,8 @@
         @param modal: whether the dialog should be modal or not
         @return: None
         """
-        self._instance.activateForm (dialogName, parameters, modal)
+        self._instance._formsDictionary[dialogName].execute_open(parameters,
+                modal)
 
     # -------------------------------------------------------------------------
 





reply via email to

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