r21643 - gnucash/branches/2.4/src/html - Commented line width. This value really should be passed from .scm file

Mike Evans mikee at code.gnucash.org
Tue Nov 29 14:08:15 EST 2011


Author: mikee
Date: 2011-11-29 14:08:14 -0500 (Tue, 29 Nov 2011)
New Revision: 21643
Trac: http://svn.gnucash.org/trac/changeset/21643

Modified:
   gnucash/branches/2.4/src/html/gnc-html-graph-gog.c
Log:
Commented line width.  This value really should be passed from .scm file

Modified: gnucash/branches/2.4/src/html/gnc-html-graph-gog.c
===================================================================
--- gnucash/branches/2.4/src/html/gnc-html-graph-gog.c	2011-11-29 19:08:11 UTC (rev 21642)
+++ gnucash/branches/2.4/src/html/gnc-html-graph-gog.c	2011-11-29 19:08:14 UTC (rev 21643)
@@ -413,7 +413,7 @@
             style->fill.type = GO_STYLE_FILL_PATTERN;
             if ( gdk_color_parse( info->col_colors[i], &color ) )
             {
-		style->line.width = 1;
+		//style->line.width = 1; TODO: Should be settable from report.scm
 		style->line.auto_color = FALSE;
 		style->line.color = GO_COLOR_FROM_GDK(color);
             }



More information about the gnucash-changes mailing list