[GRASS-SVN] r66443 - grass-addons/grass7/gui/wxpython/wx.mwprecip

svn_grass at osgeo.org svn_grass at osgeo.org
Fri Oct 9 02:59:38 PDT 2015


Author: krejcmat
Date: 2015-10-09 02:59:38 -0700 (Fri, 09 Oct 2015)
New Revision: 66443

Modified:
   grass-addons/grass7/gui/wxpython/wx.mwprecip/g.gui.mwprecip.py
Log:
wx.mwprecip addons: fix self.thread.Run

Modified: grass-addons/grass7/gui/wxpython/wx.mwprecip/g.gui.mwprecip.py
===================================================================
--- grass-addons/grass7/gui/wxpython/wx.mwprecip/g.gui.mwprecip.py	2015-10-09 09:35:03 UTC (rev 66442)
+++ grass-addons/grass7/gui/wxpython/wx.mwprecip/g.gui.mwprecip.py	2015-10-09 09:59:38 UTC (rev 66443)
@@ -926,7 +926,7 @@
 
     def startProcess(self,evt=None):
         self.thread=gThread()
-        self.thread.Run(callable=self.runCom,
+        self.thread.Run(callable=self.runComp,
                         ondone=self.onFinish)
 
     def runComp(self, evt=None):



More information about the grass-commit mailing list