Index: goffice/graph/gog-object-xml.c =================================================================== --- goffice/graph/gog-object-xml.c (Revision 1789) +++ goffice/graph/gog-object-xml.c (Arbeitskopie) @@ -539,7 +539,7 @@ gogo_prop_end (GsfXMLIn *xin, G_GNUC_UNU return; } - if (!gsf_xml_gvalue_from_str (&val, prop_ftype, content)) { + if (!gsf_xml_gvalue_from_str (&val, prop_type, content)) { g_warning ("could not convert string to type `%s' for property `%s'", g_type_name (prop_type), state->prop_spec->name); return;