[goffice] Fix grid line theme support. [#733403]



commit 1a45c2b6ffb5f25a4f3159a2123bb541f4b01688
Author: Jean Brefort <jean brefort normalesup org>
Date:   Sat Jul 19 18:51:20 2014 +0200

    Fix grid line theme support. [#733403]

 ChangeLog                     |    5 +++++
 NEWS                          |    3 +++
 goffice/graph/gog-grid-line.c |    2 +-
 3 files changed, 9 insertions(+), 1 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 1ed057f..5271775 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2014-07-19  Jean Brefort  <jean brefort normalesup org>
+
+       * goffice/graph/gog-grid-line.c (gog_grid_line_init_style): fix theme
+       support. [#733403]
+
 2014-06-09  Morten Welinder <terra gnome org>
 
        * configure.ac: Post-release bump.
diff --git a/NEWS b/NEWS
index b6febf0..a88f4af 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,8 @@
 goffice 0.10.18:
 
+Jean:
+       * Fix grid line theme support. [#733403]
+
 --------------------------------------------------------------------------
 goffice 0.10.17:
 
diff --git a/goffice/graph/gog-grid-line.c b/goffice/graph/gog-grid-line.c
index 578a9c4..7adb2e8 100644
--- a/goffice/graph/gog-grid-line.c
+++ b/goffice/graph/gog-grid-line.c
@@ -57,7 +57,7 @@ gog_grid_line_init_style (GogStyledObject *gso, GOStyle *style)
 {
        style->interesting_fields = GO_STYLE_LINE | GO_STYLE_FILL;
        gog_theme_fillin_style (gog_object_get_theme (GOG_OBJECT (gso)),
-               style, GOG_OBJECT (gso), 0, FALSE);
+               style, GOG_OBJECT (gso), 0, GO_STYLE_LINE | GO_STYLE_FILL);
 }
 
 static void


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