gnumeric r17320 - trunk/plugins/excel
- From: jbrefort svn gnome org
- To: svn-commits-list gnome org
- Subject: gnumeric r17320 - trunk/plugins/excel
- Date: Thu, 16 Apr 2009 05:48:09 +0000 (UTC)
Author: jbrefort
Date: Thu Apr 16 05:48:09 2009
New Revision: 17320
URL: http://svn.gnome.org/viewvc/gnumeric?rev=17320&view=rev
Log:
2009-04-16 Jean Brefort <jean brefort normalesup org>
* ms-chart.c: (get_style): create a GogStyle object, not a GOStyle.
Modified:
trunk/plugins/excel/ChangeLog
trunk/plugins/excel/ms-chart.c
Modified: trunk/plugins/excel/ms-chart.c
==============================================================================
--- trunk/plugins/excel/ms-chart.c (original)
+++ trunk/plugins/excel/ms-chart.c Thu Apr 16 05:48:09 2009
@@ -202,7 +202,7 @@
BC_R(get_style) (XLChartReadState *s)
{
if (s->style == NULL)
- s->style = go_style_new ();
+ s->style = g_object_new (g_type_from_name ("GogStyle"), NULL);
}
static int
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]