[GRASS-SVN] r60489 - grass/branches/releasebranch_7_0/gui/wxpython/iscatt
svn_grass at osgeo.org
svn_grass at osgeo.org
Sun May 25 15:19:45 PDT 2014
Author: annakrat
Date: 2014-05-25 15:19:45 -0700 (Sun, 25 May 2014)
New Revision: 60489
Modified:
grass/branches/releasebranch_7_0/gui/wxpython/iscatt/controllers.py
Log:
wxGUI: attempt to fix #2253 - console window hanging (merged from trunk, r60429)
Modified: grass/branches/releasebranch_7_0/gui/wxpython/iscatt/controllers.py
===================================================================
--- grass/branches/releasebranch_7_0/gui/wxpython/iscatt/controllers.py 2014-05-25 22:05:46 UTC (rev 60488)
+++ grass/branches/releasebranch_7_0/gui/wxpython/iscatt/controllers.py 2014-05-25 22:19:45 UTC (rev 60489)
@@ -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