[goffice] Fixed critical typo.



commit b6424c36459853aff0e7410232215742fd933b2c
Author: Jean Brefort <jean brefort normalesup org>
Date:   Sat Feb 16 10:54:42 2013 +0100

    Fixed critical typo.

 goffice/graph/gog-styled-object.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/goffice/graph/gog-styled-object.c b/goffice/graph/gog-styled-object.c
index 3685c93..cab83bd 100644
--- a/goffice/graph/gog-styled-object.c
+++ b/goffice/graph/gog-styled-object.c
@@ -221,7 +221,7 @@ gog_styled_object_class_init (GogObjectClass *gog_klass)
                g_param_spec_object ("style",
                        _("Style"),
                        _("A pointer to the GOStyle object"),
-                       gog_object_get_type (),
+                       gog_style_get_type (),
                        GSF_PARAM_STATIC | G_PARAM_READWRITE | GO_PARAM_PERSISTENT));
 }
 


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