[GRASS-SVN] r41675 - grass/trunk/lib/init

svn_grass at osgeo.org svn_grass at osgeo.org
Fri Apr 2 18:58:00 EDT 2010


Author: glynn
Date: 2010-04-02 18:57:59 -0400 (Fri, 02 Apr 2010)
New Revision: 41675

Modified:
   grass/trunk/lib/init/functions.sh
Log:
Fix bugs from r41557 (changed wxpython directory)


Modified: grass/trunk/lib/init/functions.sh
===================================================================
--- grass/trunk/lib/init/functions.sh	2010-04-02 17:35:48 UTC (rev 41674)
+++ grass/trunk/lib/init/functions.sh	2010-04-02 22:57:59 UTC (rev 41675)
@@ -260,7 +260,7 @@
 	# ok
 	if [ "$?" = 0 ] ; then
 	    # Set the wxpython base directory
-	    WXPYTHONGRASSBASE="$ETC/wxpython"
+	    WXPYTHONGRASSBASE="$ETC/gui/wxpython"
 	else
 	    # Python was not found - switch to text interface mode
 	    cat <<-EOF
@@ -593,7 +593,7 @@
     
     case "$GRASS_GUI" in
         wxpython)
-            "$GRASS_PYTHON" "$GISBASE/etc/wxpython/wxgui.py" &
+            "$GRASS_PYTHON" "WXPYTHONGRASSBASE/wxgui.py" &
             ;;
         # Ignore others
         *)



More information about the grass-commit mailing list