From fc142d01102d257de415fcaa350d3f58cf30783c Mon Sep 17 00:00:00 2001 From: Christopher James Lahey Date: Thu, 19 Oct 2000 02:59:14 +0000 Subject: Switched to saving the version as a double instead of a string. 2000-10-18 Christopher James Lahey * e-table-state.c: Switched to saving the version as a double instead of a string. svn path=/trunk/; revision=6019 --- widgets/table/e-table-state.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'widgets') diff --git a/widgets/table/e-table-state.c b/widgets/table/e-table-state.c index 087fc81258..9361f4f940 100644 --- a/widgets/table/e-table-state.c +++ b/widgets/table/e-table-state.c @@ -148,7 +148,7 @@ e_table_state_save_to_node (ETableState *state, else node = xmlNewNode (NULL, "ETableState"); - e_xml_set_string_prop_by_name(node, "state-version", "0"); + e_xml_set_double_prop_by_name(node, "state-version", 0.0); for (i = 0; i < state->col_count; i++) { int column = state->columns[i]; -- cgit v1.2.3