[GRASS-SVN] r32781 - grass/trunk/general/g.gui

svn_grass at osgeo.org svn_grass at osgeo.org
Fri Aug 15 11:16:41 EDT 2008


Author: martinl
Date: 2008-08-15 11:16:41 -0400 (Fri, 15 Aug 2008)
New Revision: 32781

Modified:
   grass/trunk/general/g.gui/main.c
Log:
g.gui: 'gui' parameter not required

Modified: grass/trunk/general/g.gui/main.c
===================================================================
--- grass/trunk/general/g.gui/main.c	2008-08-15 13:08:55 UTC (rev 32780)
+++ grass/trunk/general/g.gui/main.c	2008-08-15 15:16:41 UTC (rev 32781)
@@ -40,7 +40,6 @@
     type = G_define_option();
     type->key = "gui";
     type->type = TYPE_STRING;
-    type->required = YES;
     type->label = _("GUI type");
     type->description = _("Default value: GRASS_GUI if defined otherwise wxpython");
     type->descriptions = _("tcltk;Tcl/Tk based GUI - GIS Manager (gis.m);"



More information about the grass-commit mailing list