[GRASS-SVN] r34407 - grass/branches/develbranch_6/raster/r.recode
svn_grass at osgeo.org
svn_grass at osgeo.org
Thu Nov 20 13:26:06 EST 2008
Author: martinl
Date: 2008-11-20 13:26:06 -0500 (Thu, 20 Nov 2008)
New Revision: 34407
Modified:
grass/branches/develbranch_6/raster/r.recode/main.c
Log:
r.recode: UI_TERM mode back
Modified: grass/branches/develbranch_6/raster/r.recode/main.c
===================================================================
--- grass/branches/develbranch_6/raster/r.recode/main.c 2008-11-20 16:50:17 UTC (rev 34406)
+++ grass/branches/develbranch_6/raster/r.recode/main.c 2008-11-20 18:26:06 UTC (rev 34407)
@@ -34,7 +34,7 @@
} parm;
/* any interaction must run in a term window */
- /* G_putenv("GRASS_UI_TERM", "1"); */
+ G_putenv("GRASS_UI_TERM", "1");
G_gisinit(argv[0]);
More information about the grass-commit
mailing list