[GRASS-SVN] r34470 - grass/branches/develbranch_6/gui/wxpython/vdigit

svn_grass at osgeo.org svn_grass at osgeo.org
Mon Nov 24 02:19:11 EST 2008


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

Modified:
   grass/branches/develbranch_6/gui/wxpython/vdigit/driver.cpp
Log:
wxGUI/vdigit: be quiet


Modified: grass/branches/develbranch_6/gui/wxpython/vdigit/driver.cpp
===================================================================
--- grass/branches/develbranch_6/gui/wxpython/vdigit/driver.cpp	2008-11-24 07:15:25 UTC (rev 34469)
+++ grass/branches/develbranch_6/gui/wxpython/vdigit/driver.cpp	2008-11-24 07:19:09 UTC (rev 34470)
@@ -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