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

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Jul 30 05:54:31 EDT 2008


Author: martinl
Date: 2008-07-30 05:54:31 -0400 (Wed, 30 Jul 2008)
New Revision: 32367

Modified:
   grass/trunk/gui/wxpython/gui_modules/gcmd.py
Log:
wxGUI: class name fixed, update r32366

Modified: grass/trunk/gui/wxpython/gui_modules/gcmd.py
===================================================================
--- grass/trunk/gui/wxpython/gui_modules/gcmd.py	2008-07-30 09:48:57 UTC (rev 32366)
+++ grass/trunk/gui/wxpython/gui_modules/gcmd.py	2008-07-30 09:54:31 UTC (rev 32367)
@@ -327,8 +327,8 @@
         #
         # create command thread
         #
-        self.cmdThread = RunCommand(cmd, stdin,
-                                    stdout, stderr)
+        self.cmdThread = CommandThread(cmd, stdin,
+                                       stdout, stderr)
         self.cmdThread.start()
         
         if wait:



More information about the grass-commit mailing list