[GRASS-SVN] r41164 - grass/branches/releasebranch_6_4/display/d.vect

svn_grass at osgeo.org svn_grass at osgeo.org
Mon Feb 22 11:27:25 EST 2010


Author: hamish
Date: 2010-02-22 11:27:24 -0500 (Mon, 22 Feb 2010)
New Revision: 41164

Modified:
   grass/branches/releasebranch_6_4/display/d.vect/main.c
Log:
revert r41160

Modified: grass/branches/releasebranch_6_4/display/d.vect/main.c
===================================================================
--- grass/branches/releasebranch_6_4/display/d.vect/main.c	2010-02-22 16:15:13 UTC (rev 41163)
+++ grass/branches/releasebranch_6_4/display/d.vect/main.c	2010-02-22 16:27:24 UTC (rev 41164)
@@ -195,7 +195,7 @@
     width_opt = G_define_option();
     width_opt->key = "width";
     width_opt->type = TYPE_INTEGER;
-    width_opt->answer = "1";
+    width_opt->answer = "0";
     width_opt->guisection = _("Lines");
     width_opt->description = _("Line width");
 



More information about the grass-commit mailing list