[GRASS-SVN] r35912 -
grass/branches/releasebranch_6_4/gui/wxpython/gui_modules
svn_grass at osgeo.org
svn_grass at osgeo.org
Tue Feb 17 14:37:24 EST 2009
Author: martinl
Date: 2009-02-17 14:37:24 -0500 (Tue, 17 Feb 2009)
New Revision: 35912
Modified:
grass/branches/releasebranch_6_4/gui/wxpython/gui_modules/workspace.py
Log:
wxGUI:fix variable typo
Modified: grass/branches/releasebranch_6_4/gui/wxpython/gui_modules/workspace.py
===================================================================
--- grass/branches/releasebranch_6_4/gui/wxpython/gui_modules/workspace.py 2009-02-17 16:12:36 UTC (rev 35911)
+++ grass/branches/releasebranch_6_4/gui/wxpython/gui_modules/workspace.py 2009-02-17 19:37:24 UTC (rev 35912)
@@ -462,7 +462,7 @@
(' ' * self.indent, key))
self.indent += 4
self.file.write('%s<value>%s</value>\n' %
- (' ' * self.indent, self.__filterValue(val)))
+ (' ' * self.indent, self.__filterValue(value)))
self.indent -= 4
self.file.write('%s</parameter>\n' % (' ' * self.indent));
self.indent -= 4
More information about the grass-commit
mailing list