[GRASS-SVN] r49679 -
grass/branches/develbranch_6/gui/wxpython/modules
svn_grass at osgeo.org
svn_grass at osgeo.org
Mon Dec 12 09:27:05 EST 2011
Author: martinl
Date: 2011-12-12 06:27:05 -0800 (Mon, 12 Dec 2011)
New Revision: 49679
Modified:
grass/branches/develbranch_6/gui/wxpython/modules/extensions.py
Log:
wxGUI/extension: ignore -f flag
Modified: grass/branches/develbranch_6/gui/wxpython/modules/extensions.py
===================================================================
--- grass/branches/develbranch_6/gui/wxpython/modules/extensions.py 2011-12-12 14:13:21 UTC (rev 49678)
+++ grass/branches/develbranch_6/gui/wxpython/modules/extensions.py 2011-12-12 14:27:05 UTC (rev 49679)
@@ -71,7 +71,7 @@
desc = f.get('description', '')
if not name and not desc:
continue
- if name in ('l', 'c', 'g', 'quiet', 'verbose'):
+ if name in ('l', 'c', 'f', 'g', 'quiet', 'verbose'):
continue
self.options[name] = wx.CheckBox(parent = self.panel, id = wx.ID_ANY,
label = desc)
More information about the grass-commit
mailing list