[goffice] Fixed typo (no more critical in gog_theme_fillin_style. [#626960]



commit bc57da3e6f2e72878b672d47d5b40ea7bfcbab2b
Author: Jean Brefort <jean brefort normalesup org>
Date:   Sun Aug 15 18:11:13 2010 +0200

    Fixed typo (no more critical in gog_theme_fillin_style. [#626960]

 ChangeLog                 |    5 +++++
 goffice/graph/gog-theme.c |    2 +-
 2 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 9a9a153..d4a738c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2010-08-15  Jean Brefort  <jean brefort normalesup org>
+
+	* goffice/graph/gog-theme.c (build_predefined_themes): fixed typo (no
+	more critical in gog_theme_fillin_style. [#626960]
+
 2010-08-12  Jean Brefort  <jean brefort normalesup org>
 
 	* goffice/utils/formats.c: update currencies. [#626461]
diff --git a/goffice/graph/gog-theme.c b/goffice/graph/gog-theme.c
index 037b658..7334b7b 100644
--- a/goffice/graph/gog-theme.c
+++ b/goffice/graph/gog-theme.c
@@ -688,7 +688,7 @@ static void build_predefined_themes (void)
 		g_hash_table_insert (global_class_aliases,
 			(gpointer)"GogSeriesElement", (gpointer)"GogSeries");
 		g_hash_table_insert (global_class_aliases,
-			(gpointer)"GogSeriesLine", (gpointer)"GogSeries");
+			(gpointer)"GogSeriesLines", (gpointer)"GogSeries");
 	}
 
 	/* An MS Excel-ish theme */



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