[GRASS-SVN] r34471 - grass/trunk/gui/wxpython/vdigit

svn_grass at osgeo.org svn_grass at osgeo.org
Mon Nov 24 02:20:10 EST 2008


Author: martinl
Date: 2008-11-24 02:20:09 -0500 (Mon, 24 Nov 2008)
New Revision: 34471

Modified:
   grass/trunk/gui/wxpython/vdigit/driver.cpp
Log:
wxGUI/vdigit: be quiet
	      (merge from devbr6, r34470)


Modified: grass/trunk/gui/wxpython/vdigit/driver.cpp
===================================================================
--- grass/trunk/gui/wxpython/vdigit/driver.cpp	2008-11-24 07:19:09 UTC (rev 34470)
+++ grass/trunk/gui/wxpython/vdigit/driver.cpp	2008-11-24 07:20:09 UTC (rev 34471)
@@ -48,6 +48,8 @@
 
     drawSegments = false;
 
+    G_set_verbose(0);
+    
     // avoid GUI crash when G_fatal_error() is called (opening the vector map)
     // Vect_set_fatal_error(GV_FATAL_PRINT);
     // G_set_error_routine(print_error);



More information about the grass-commit mailing list