r21631 - gnucash/trunk/src/html - Commented line width. This value really should be passed from .scm file

Mike Evans mikee at code.gnucash.org
Sun Nov 27 06:03:02 EST 2011


Author: mikee
Date: 2011-11-27 06:03:02 -0500 (Sun, 27 Nov 2011)
New Revision: 21631
Trac: http://svn.gnucash.org/trac/changeset/21631

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

Modified: gnucash/trunk/src/html/gnc-html-graph-gog.c
===================================================================
--- gnucash/trunk/src/html/gnc-html-graph-gog.c	2011-11-27 11:02:58 UTC (rev 21630)
+++ gnucash/trunk/src/html/gnc-html-graph-gog.c	2011-11-27 11:03:02 UTC (rev 21631)
@@ -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