[GRASS-SVN] r32466 - grass/branches/develbranch_6/gui/wxpython
svn_grass at osgeo.org
svn_grass at osgeo.org
Sat Aug 2 10:08:43 EDT 2008
Author: martinl
Date: 2008-08-02 10:08:43 -0400 (Sat, 02 Aug 2008)
New Revision: 32466
Modified:
grass/branches/develbranch_6/gui/wxpython/wxgui.py
Log:
wxGUI: fix r32465, accidentally merged from trunk
Modified: grass/branches/develbranch_6/gui/wxpython/wxgui.py
===================================================================
--- grass/branches/develbranch_6/gui/wxpython/wxgui.py 2008-08-02 14:00:05 UTC (rev 32465)
+++ grass/branches/develbranch_6/gui/wxpython/wxgui.py 2008-08-02 14:08:43 UTC (rev 32466)
@@ -690,7 +690,7 @@
maptree.Map.ReverseListOfLayers()
for mdisp in mapdisplay:
- mdisp.MapWindow2D.UpdateMap()
+ mdisp.MapWindow.UpdateMap()
file.close()
except IOError, err:
More information about the grass-commit
mailing list