[GRASS-SVN] r38706 - grass/branches/releasebranch_6_4/raster/r.li/r.li.shannon

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Aug 13 05:12:11 EDT 2009


Author: hamish
Date: 2009-08-13 05:12:10 -0400 (Thu, 13 Aug 2009)
New Revision: 38706

Modified:
   grass/branches/releasebranch_6_4/raster/r.li/r.li.shannon/shannon.c
Log:
don't use file picker because it can't handle a full path name

Modified: grass/branches/releasebranch_6_4/raster/r.li/r.li.shannon/shannon.c
===================================================================
--- grass/branches/releasebranch_6_4/raster/r.li/r.li.shannon/shannon.c	2009-08-13 05:13:17 UTC (rev 38705)
+++ grass/branches/releasebranch_6_4/raster/r.li/r.li.shannon/shannon.c	2009-08-13 09:12:10 UTC (rev 38706)
@@ -46,7 +46,6 @@
     conf = G_define_option();
     conf->key = "conf";
     conf->description = _("Configuration file");
-    conf->gisprompt = "old_file,file,input";
     conf->type = TYPE_STRING;
     conf->required = YES;
 



More information about the grass-commit mailing list