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

svn_grass at osgeo.org svn_grass at osgeo.org
Tue Apr 8 05:36:51 EDT 2008


Author: martinl
Date: 2008-04-08 05:36:51 -0400 (Tue, 08 Apr 2008)
New Revision: 30902

Modified:
   grass/trunk/gui/wxpython/gui_modules/render.py
Log:
wxGUI (render): bugfix, typo in variable name


Modified: grass/trunk/gui/wxpython/gui_modules/render.py
===================================================================
--- grass/trunk/gui/wxpython/gui_modules/render.py	2008-04-08 08:32:39 UTC (rev 30901)
+++ grass/trunk/gui/wxpython/gui_modules/render.py	2008-04-08 09:36:51 UTC (rev 30902)
@@ -832,7 +832,7 @@
         if overlay:
             list = self.overlays
         else:
-            list = self.list
+            list = self.layers
 
         if layer in list:
             if layer.mapfile:



More information about the grass-commit mailing list