commit-gnue
[Top][All Lists]
Advanced

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

r6448 - trunk/gnue-navigator/src


From: jamest
Subject: r6448 - trunk/gnue-navigator/src
Date: Sun, 3 Oct 2004 21:09:11 -0500 (CDT)

Author: jamest
Date: 2004-10-03 21:09:10 -0500 (Sun, 03 Oct 2004)
New Revision: 6448

Modified:
   trunk/gnue-navigator/src/UIwin32.py
Log:
fix for win32 as suggested by Chris Ian Fiel via IRC


Modified: trunk/gnue-navigator/src/UIwin32.py
===================================================================
--- trunk/gnue-navigator/src/UIwin32.py 2004-10-04 01:04:15 UTC (rev 6447)
+++ trunk/gnue-navigator/src/UIwin32.py 2004-10-04 02:09:10 UTC (rev 6448)
@@ -283,7 +283,9 @@
     win32ui.MessageBox(text % (VERSION,"","","",""), _("About") , style)
 
 
-  def runForm(self, step, parameters = {}):
+  def runForm(self, step, parameters = {}):    
+    # parameters are now part of the step in _params
+        
     # This is the code executing in the new thread. Simulation of
     # a long process (well, 10s here) as a simple loop - you will
     # need to structure your processing so that you periodically
@@ -300,7 +302,7 @@
     else:
       formfile = step.location
 
-    self._runForm(formfile, self._params)
+    self._runForm(formfile, step._params)
 
 
   def _runForm(self, formfile, parameters):





reply via email to

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