[GRASS-SVN] r40955 - grass/trunk/gui/wxpython/gui_modules
svn_grass at osgeo.org
svn_grass at osgeo.org
Fri Feb 12 20:17:02 EST 2010
Author: cmbarton
Date: 2010-02-12 20:17:01 -0500 (Fri, 12 Feb 2010)
New Revision: 40955
Modified:
grass/trunk/gui/wxpython/gui_modules/nviz_tools.py
Log:
Removed another fragment of testing code
Modified: grass/trunk/gui/wxpython/gui_modules/nviz_tools.py
===================================================================
--- grass/trunk/gui/wxpython/gui_modules/nviz_tools.py 2010-02-12 20:43:57 UTC (rev 40954)
+++ grass/trunk/gui/wxpython/gui_modules/nviz_tools.py 2010-02-13 01:17:01 UTC (rev 40955)
@@ -1397,8 +1397,7 @@
nvsettings[subgroup][subkey][subvalue] = True
else:
for otherkey, otheritem in self.win[subgroup][subkey].iteritems():
- if otherkey == 'show' and subvalue == 'show':
- if type(otheritem) == dict:
+ if type(otheritem) == dict:
for endkey, enditem in otheritem.iteritems():
if endkey == subvalue:
if self.FindWindowById(enditem).GetClassName() == 'wxChoice':
More information about the grass-commit
mailing list