[GRASS-SVN] r66894 - grass/trunk/gui/wxpython/lmgr

svn_grass at osgeo.org svn_grass at osgeo.org
Sun Nov 22 12:16:02 PST 2015


Author: annakrat
Date: 2015-11-22 12:16:02 -0800 (Sun, 22 Nov 2015)
New Revision: 66894

Modified:
   grass/trunk/gui/wxpython/lmgr/frame.py
Log:
wxGUI: fix launching v.krige, see #2795

Modified: grass/trunk/gui/wxpython/lmgr/frame.py
===================================================================
--- grass/trunk/gui/wxpython/lmgr/frame.py	2015-11-22 17:48:00 UTC (rev 66893)
+++ grass/trunk/gui/wxpython/lmgr/frame.py	2015-11-22 20:16:02 UTC (rev 66894)
@@ -752,7 +752,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