[GRASS-SVN] r45556 - grass/trunk/gui/wxpython/gui_modules

svn_grass at osgeo.org svn_grass at osgeo.org
Fri Mar 4 16:27:52 EST 2011


Author: martinl
Date: 2011-03-04 13:27:52 -0800 (Fri, 04 Mar 2011)
New Revision: 45556

Modified:
   grass/trunk/gui/wxpython/gui_modules/menuform.py
Log:
wxGUI: update menuform's blackList for g7


Modified: grass/trunk/gui/wxpython/gui_modules/menuform.py
===================================================================
--- grass/trunk/gui/wxpython/gui_modules/menuform.py	2011-03-04 21:26:40 UTC (rev 45555)
+++ grass/trunk/gui/wxpython/gui_modules/menuform.py	2011-03-04 21:27:52 UTC (rev 45556)
@@ -136,10 +136,7 @@
     rgb2str[ r ] = s
 
 """!Hide some options in the GUI"""
-_blackList = {
-    'd.legend' : { 'flags' : ['m'],
-                   'params' : [] }
-}
+_blackList = { }
 _ignoreBlackList = True
 
 def color_resolve(color):



More information about the grass-commit mailing list