[LON-CAPA-cvs] cvs: loncom(version_2_5_X) /xml lonplot.pm
albertel
lon-capa-cvs-allow@mail.lon-capa.org
Tue, 18 Sep 2007 23:30:25 -0000
albertel Tue Sep 18 19:30:25 2007 EDT
Modified files: (Branch: version_2_5_X)
/loncom/xml lonplot.pm
Log:
- backport 1.130
Index: loncom/xml/lonplot.pm
diff -u loncom/xml/lonplot.pm:1.118.2.1 loncom/xml/lonplot.pm:1.118.2.2
--- loncom/xml/lonplot.pm:1.118.2.1 Wed Sep 5 09:38:18 2007
+++ loncom/xml/lonplot.pm Tue Sep 18 19:30:25 2007
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# Dynamic plot
#
-# $Id: lonplot.pm,v 1.118.2.1 2007/09/05 13:38:18 albertel Exp $
+# $Id: lonplot.pm,v 1.118.2.2 2007/09/18 23:30:25 albertel Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -493,7 +493,7 @@
choices => [keys(%linestyles)]
},
linewidth => {
- default => 4,
+ default => 1,
test => $int_test,
description => 'Line width (may not apply to all line styles)',
edit_type => 'choice',