[goffice] add missed argument to go_format_parse_color



commit 086b3085ecf5dfc5507b627888ef42e6ca5b5183
Author: Andreas J. Guelzow <aguelzow pyrshep ca>
Date:   Sun Jun 21 19:08:17 2009 -0600

    add missed argument to go_format_parse_color
    
    2009-06-21  Andreas J. Guelzow  <aguelzow pyrshep ca>
    
    	* utils/go-format.c (go_format_output_number_to_odf): add missed
    	  argument to go_format_parse_color

 ChangeLog                 |    5 +++++
 goffice/utils/go-format.c |    2 +-
 2 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index a1e4ca0..4a60fa3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2009-06-21  Andreas J. Guelzow  <aguelzow pyrshep ca>
 
+	* utils/go-format.c (go_format_output_number_to_odf): add missed
+	  argument to go_format_parse_color
+
+2009-06-21  Andreas J. Guelzow  <aguelzow pyrshep ca>
+
 	* utils/go-format.c (go_format_output_number_element_to_odf): new
 	(go_format_output_number_to_odf): check the format string for colors
 	  and string characters.
diff --git a/goffice/utils/go-format.c b/goffice/utils/go-format.c
index 70748cb..05e89c9 100644
--- a/goffice/utils/go-format.c
+++ b/goffice/utils/go-format.c
@@ -6138,7 +6138,7 @@ go_format_output_number_to_odf (GsfXMLOut *xout, GOFormat const *fmt,
 			char *str;
 			if (color_completed)
 				break;
-			if (go_format_parse_color (token, &color, NULL, NULL)) {
+			if (go_format_parse_color (token, &color, NULL, NULL, FALSE)) {
 				ODF_CLOSE_STRING;
 				gsf_xml_out_start_element (xout, STYLE "text-properties");
 				str = g_strdup_printf ("#%.2X%.2X%.2X", 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]