[GRASS-SVN] r48306 - grass/trunk/gui/wxpython/gui_modules

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Sep 15 17:40:37 EDT 2011


Author: martinl
Date: 2011-09-15 14:40:37 -0700 (Thu, 15 Sep 2011)
New Revision: 48306

Modified:
   grass/trunk/gui/wxpython/gui_modules/toolbars.py
Log:
wxGUI/vdigit: minor fix for OGR


Modified: grass/trunk/gui/wxpython/gui_modules/toolbars.py
===================================================================
--- grass/trunk/gui/wxpython/gui_modules/toolbars.py	2011-09-15 20:17:33 UTC (rev 48305)
+++ grass/trunk/gui/wxpython/gui_modules/toolbars.py	2011-09-15 21:40:37 UTC (rev 48306)
@@ -1102,7 +1102,7 @@
                          self.addArea):
                 self.EnableTool(tool, False)
         elif fType == 'Polygon':
-            for tool in (self.addPoint, self.addLine):
+            for tool in (self.addPoint, self.addLine, self.addBoundary, self.addCentroid):
                 self.EnableTool(tool, False)
         elif fType:
             GError(parent = self,



More information about the grass-commit mailing list