[GRASS-SVN] r44595 -
grass/branches/develbranch_6/gui/wxpython/gui_modules
svn_grass at osgeo.org
svn_grass at osgeo.org
Mon Dec 13 10:36:20 EST 2010
Author: martinl
Date: 2010-12-13 07:36:20 -0800 (Mon, 13 Dec 2010)
New Revision: 44595
Modified:
grass/branches/develbranch_6/gui/wxpython/gui_modules/toolbars.py
Log:
fix r44592, digitizer working again
Modified: grass/branches/develbranch_6/gui/wxpython/gui_modules/toolbars.py
===================================================================
--- grass/branches/develbranch_6/gui/wxpython/gui_modules/toolbars.py 2010-12-13 15:35:58 UTC (rev 44594)
+++ grass/branches/develbranch_6/gui/wxpython/gui_modules/toolbars.py 2010-12-13 15:36:20 UTC (rev 44595)
@@ -1311,12 +1311,6 @@
gcmd.GError(parent = self.parent,
message = str(e))
return False
-
- try:
- self.parent.digit.SetMapName(mapLayer.GetName())
- except gcmd.GException, e:
- gcmd.GError(str(e))
- return
# update toolbar
self.combo.SetValue(mapLayer.GetName())
More information about the grass-commit
mailing list