[GRASS-SVN] r60429 - grass/trunk/gui/wxpython/iscatt

svn_grass at osgeo.org svn_grass at osgeo.org
Thu May 22 17:55:31 PDT 2014


Author: annakrat
Date: 2014-05-22 17:55:31 -0700 (Thu, 22 May 2014)
New Revision: 60429

Modified:
   grass/trunk/gui/wxpython/iscatt/controllers.py
Log:
wxGUI: attempt to fix #2253 - console window hanging

Modified: grass/trunk/gui/wxpython/iscatt/controllers.py
===================================================================
--- grass/trunk/gui/wxpython/iscatt/controllers.py	2014-05-22 23:50:36 UTC (rev 60428)
+++ grass/trunk/gui/wxpython/iscatt/controllers.py	2014-05-23 00:55:31 UTC (rev 60429)
@@ -1133,7 +1133,7 @@
         else:
             self.resultQ = resultQ
 
-        #self.setDaemon(True)
+        self.setDaemon(True)
 
         self.Bind(EVT_CMD_DONE, self.OnDone)
         self.start()



More information about the grass-commit mailing list