[GRASS-SVN] r43421 - grass/trunk/gui/scripts

svn_grass at osgeo.org svn_grass at osgeo.org
Tue Sep 7 16:13:18 EDT 2010


Author: neteler
Date: 2010-09-07 20:13:18 +0000 (Tue, 07 Sep 2010)
New Revision: 43421

Modified:
   grass/trunk/gui/scripts/p.mon.py
Log:
Fix path


Modified: grass/trunk/gui/scripts/p.mon.py
===================================================================
--- grass/trunk/gui/scripts/p.mon.py	2010-09-06 16:39:48 UTC (rev 43420)
+++ grass/trunk/gui/scripts/p.mon.py	2010-09-07 20:13:18 UTC (rev 43421)
@@ -96,7 +96,7 @@
     os.system("g.gisenv set=GRASS_PYCMDFILE=%s" % command_file)
 
     if start != "":
-        os.spawnlp(os.P_NOWAIT, os.environ["GRASS_PYTHON"], os.environ["GRASS_PYTHON"], "%s/etc/wxpython/gui_modules/mapdisp.py" % os.environ["GISBASE"], start, command_file)
+        os.spawnlp(os.P_NOWAIT, os.environ["GRASS_PYTHON"], os.environ["GRASS_PYTHON"], "%s/etc/gui/wxpython/gui_modules/mapdisp.py" % os.environ["GISBASE"], start, command_file)
         return
 
 #    if stop != "" or select != "" or unlock != "":



More information about the grass-commit mailing list