[GRASS-SVN] r52445 - grass-addons/grass7/gui/wxpython/wx.vnet/vnet
svn_grass at osgeo.org
svn_grass at osgeo.org
Tue Jul 24 12:44:19 PDT 2012
Author: turek
Date: 2012-07-24 12:44:19 -0700 (Tue, 24 Jul 2012)
New Revision: 52445
Modified:
grass-addons/grass7/gui/wxpython/wx.vnet/vnet/dialogs.py
Log:
vnet: Another settings bug fixed
Modified: grass-addons/grass7/gui/wxpython/wx.vnet/vnet/dialogs.py
===================================================================
--- grass-addons/grass7/gui/wxpython/wx.vnet/vnet/dialogs.py 2012-07-24 15:31:12 UTC (rev 52444)
+++ grass-addons/grass7/gui/wxpython/wx.vnet/vnet/dialogs.py 2012-07-24 19:44:19 UTC (rev 52445)
@@ -629,9 +629,9 @@
cmdPts.append(catPts[cat[0]][0])
- resId = int(UserSettings.Get(group ='vnet',
- key = 'analysis_settings',
- subkey = 'resultId'))
+ resId = 1 #int(UserSettings.Get(group ='vnet',
+ # key = 'analysis_settings',
+ # subkey = 'resultId'))
inpPoints = str(resId) + " " + str(cmdPts[0][0]) + " " + str(cmdPts[0][1]) + \
" " + str(cmdPts[1][0]) + " " + str(cmdPts[1][1])
More information about the grass-commit
mailing list