[GRASS-SVN] r41649 - grass/trunk/gui/wxpython/gui_modules

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Apr 1 09:57:45 EDT 2010


Author: martinl
Date: 2010-04-01 09:57:45 -0400 (Thu, 01 Apr 2010)
New Revision: 41649

Modified:
   grass/trunk/gui/wxpython/gui_modules/gmodeler.py
Log:
wxGUI: fix onDone method
(merge r41648 from devbr6)


Modified: grass/trunk/gui/wxpython/gui_modules/gmodeler.py
===================================================================
--- grass/trunk/gui/wxpython/gui_modules/gmodeler.py	2010-04-01 13:56:03 UTC (rev 41648)
+++ grass/trunk/gui/wxpython/gui_modules/gmodeler.py	2010-04-01 13:57:45 UTC (rev 41649)
@@ -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