[GRASS-SVN] r41648 - grass/branches/develbranch_6/gui/wxpython/gui_modules

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Apr 1 09:56:04 EDT 2010


Author: martinl
Date: 2010-04-01 09:56:03 -0400 (Thu, 01 Apr 2010)
New Revision: 41648

Modified:
   grass/branches/develbranch_6/gui/wxpython/gui_modules/gmodeler.py
Log:
wxGUI: fix onDone method


Modified: grass/branches/develbranch_6/gui/wxpython/gui_modules/gmodeler.py
===================================================================
--- grass/branches/develbranch_6/gui/wxpython/gui_modules/gmodeler.py	2010-04-01 13:47:44 UTC (rev 41647)
+++ grass/branches/develbranch_6/gui/wxpython/gui_modules/gmodeler.py	2010-04-01 13:56:03 UTC (rev 41648)
@@ -209,7 +209,7 @@
             self.goutput.RunCmd(command = action.GetLog(string = False),
                                 onDone = self.OnDone)
         
-    def OnDone(self, event):
+    def OnDone(self, returncode):
         """!Computation finished"""
         self.SetStatusText('', 0)
         



More information about the grass-commit mailing list