[GRASS-SVN] r55263 - grass/trunk/gui/wxpython/vnet
svn_grass at osgeo.org
svn_grass at osgeo.org
Thu Feb 28 09:26:17 PST 2013
Author: neteler
Date: 2013-02-28 09:26:16 -0800 (Thu, 28 Feb 2013)
New Revision: 55263
Modified:
grass/trunk/gui/wxpython/vnet/dialogs.py
Log:
fix r55256
Modified: grass/trunk/gui/wxpython/vnet/dialogs.py
===================================================================
--- grass/trunk/gui/wxpython/vnet/dialogs.py 2013-02-28 17:17:20 UTC (rev 55262)
+++ grass/trunk/gui/wxpython/vnet/dialogs.py 2013-02-28 17:26:16 UTC (rev 55263)
@@ -620,7 +620,7 @@
vectMapName, mapSet = self._parseMapStr(self.inputData['input'].GetValue())
vectorMap = vectMapName + '@' + mapSet
-cd .
+
self.inputData['alayer'].Clear()
self.inputData['nlayer'].Clear()
More information about the grass-commit
mailing list