[GRASS-SVN] r29947 - in grass/trunk/gui/wxpython: gui_modules vdigit

svn_grass at osgeo.org svn_grass at osgeo.org
Mon Feb 4 16:12:24 EST 2008


Author: martinl
Date: 2008-02-04 16:12:24 -0500 (Mon, 04 Feb 2008)
New Revision: 29947

Modified:
   grass/trunk/gui/wxpython/gui_modules/digit.py
   grass/trunk/gui/wxpython/vdigit/
Log:
wxGUI/vdigit: (cosmetics) print message about vedit only if needed. SVN properties updated.

Modified: grass/trunk/gui/wxpython/gui_modules/digit.py
===================================================================
--- grass/trunk/gui/wxpython/gui_modules/digit.py	2008-02-04 21:00:48 UTC (rev 29946)
+++ grass/trunk/gui/wxpython/gui_modules/digit.py	2008-02-04 21:12:24 UTC (rev 29947)
@@ -60,7 +60,7 @@
 # Use v.edit on background or experimental C++ interface (not yet completed)
 #
 USEVEDIT = True
-if USEVEDIT is True:
+if USEVEDIT is True and GV_LINES is not None:
     print >> sys.stderr, "%sWARNING: Digitization tool uses v.edit interface by default. " \
         "This can significantly slow down some operations especially for " \
         "middle-large vector maps. "\


Property changes on: grass/trunk/gui/wxpython/vdigit
___________________________________________________________________
Name: svn:ignore
   - Makefile
*.so
grass6_wxdriver.i
grass6_wxdriver.py
grass6_wxdriver_wrap.cxx
grass6_wxdriver.pyc

   + Makefile
*.so
grass6_wxvdigit.*
OBJ.*





More information about the grass-commit mailing list