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

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Feb 11 02:43:47 EST 2010


Author: cmbarton
Date: 2010-02-11 02:43:46 -0500 (Thu, 11 Feb 2010)
New Revision: 40927

Modified:
   grass/trunk/gui/wxpython/gui_modules/nviz_tools.py
Log:
Accidentally left a piece of testing code in the module. Removed.

Modified: grass/trunk/gui/wxpython/gui_modules/nviz_tools.py
===================================================================
--- grass/trunk/gui/wxpython/gui_modules/nviz_tools.py	2010-02-11 07:21:35 UTC (rev 40926)
+++ grass/trunk/gui/wxpython/gui_modules/nviz_tools.py	2010-02-11 07:43:46 UTC (rev 40927)
@@ -1430,7 +1430,6 @@
                                             except:
                                                 try:
                                                     outsetting = self.FindWindowById(otheritem).GetValue()
-                                                    if otherkey == 'show' and subvalue == 'show': 
                                                 except:
                                                     try:
                                                         outsetting = self.FindWindowById(enditem).GetString()



More information about the grass-commit mailing list