[GRASS-SVN] r51472 - grass/trunk/gui/wxpython/lmgr
svn_grass at osgeo.org
svn_grass at osgeo.org
Wed Apr 18 11:52:45 EDT 2012
Author: martinl
Date: 2012-04-18 08:52:45 -0700 (Wed, 18 Apr 2012)
New Revision: 51472
Modified:
grass/trunk/gui/wxpython/lmgr/frame.py
Log:
wxGUI: use `g.mapsets operation=set` (see r51471)
Modified: grass/trunk/gui/wxpython/lmgr/frame.py
===================================================================
--- grass/trunk/gui/wxpython/lmgr/frame.py 2012-04-18 15:44:54 UTC (rev 51471)
+++ grass/trunk/gui/wxpython/lmgr/frame.py 2012-04-18 15:52:45 UTC (rev 51472)
@@ -413,7 +413,8 @@
ms = dlg.GetMapsets()
RunCommand('g.mapsets',
parent = self,
- mapset = '%s' % ','.join(ms))
+ mapset = '%s' % ','.join(ms),
+ operation = 'set')
def OnCBPageChanged(self, event):
"""!Page in notebook (display) changed"""
More information about the grass-commit
mailing list