[GRASS-SVN] r66915 - grass/branches/releasebranch_7_0/gui/wxpython/lmgr
svn_grass at osgeo.org
svn_grass at osgeo.org
Tue Nov 24 12:33:46 PST 2015
Author: annakrat
Date: 2015-11-24 12:33:46 -0800 (Tue, 24 Nov 2015)
New Revision: 66915
Modified:
grass/branches/releasebranch_7_0/gui/wxpython/lmgr/frame.py
Log:
wxGUI: fix launching v.krige, see #2795 (merge from trunk, r66894)
Modified: grass/branches/releasebranch_7_0/gui/wxpython/lmgr/frame.py
===================================================================
--- grass/branches/releasebranch_7_0/gui/wxpython/lmgr/frame.py 2015-11-24 15:56:08 UTC (rev 66914)
+++ grass/branches/releasebranch_7_0/gui/wxpython/lmgr/frame.py 2015-11-24 20:33:46 UTC (rev 66915)
@@ -744,7 +744,7 @@
# check list of dummy commands for GUI modules that do not have GRASS
# bin modules or scripts.
- if cmd in ['vcolors', 'r.mapcalc', 'r3.mapcalc']:
+ if cmd in ['vcolors', 'r.mapcalc', 'r3.mapcalc', 'v.krige']:
return cmdlist
try:
More information about the grass-commit
mailing list