[GRASS-SVN] r31265 - grass/branches/develbranch_6/vector/v.digit

svn_grass at osgeo.org svn_grass at osgeo.org
Tue May 6 09:16:12 EDT 2008


Author: hamish
Date: 2008-05-06 09:16:12 -0400 (Tue, 06 May 2008)
New Revision: 31265

Modified:
   grass/branches/develbranch_6/vector/v.digit/display.c
Log:
be quiet when opening and closing PNG driver during pan, etc.


Modified: grass/branches/develbranch_6/vector/v.digit/display.c
===================================================================
--- grass/branches/develbranch_6/vector/v.digit/display.c	2008-05-06 10:11:50 UTC (rev 31264)
+++ grass/branches/develbranch_6/vector/v.digit/display.c	2008-05-06 13:16:12 UTC (rev 31265)
@@ -197,6 +197,7 @@
     
     G_debug (2, "display_bg()");
 
+    putenv("GRASS_VERBOSE=0");
     putenv("GRASS_RENDER_IMMEDIATE=TRUE");
     putenv("GRASS_TRUECOLOR=TRUE");
 



More information about the grass-commit mailing list