aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/table
diff options
context:
space:
mode:
Diffstat (limited to 'widgets/table')
-rw-r--r--widgets/table/e-table-specification.c2
-rw-r--r--widgets/table/e-table-state.c2
-rw-r--r--widgets/table/e-tree-table-adapter.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/widgets/table/e-table-specification.c b/widgets/table/e-table-specification.c
index c77f4a5995..53306a1a52 100644
--- a/widgets/table/e-table-specification.c
+++ b/widgets/table/e-table-specification.c
@@ -296,7 +296,7 @@ e_table_specification_save_to_file (ETableSpecification *specification,
xmlDocSetRootElement (doc, e_table_specification_save_to_node (specification, doc));
- ret = xmlSaveFile (filename, doc);
+ ret = e_xml_save_file (filename, doc);
xmlFreeDoc (doc);
diff --git a/widgets/table/e-table-state.c b/widgets/table/e-table-state.c
index 9dd1020430..4ce1bf6d3a 100644
--- a/widgets/table/e-table-state.c
+++ b/widgets/table/e-table-state.c
@@ -211,7 +211,7 @@ e_table_state_save_to_file (ETableState *state,
xmlDocSetRootElement (doc, e_table_state_save_to_node (state, NULL));
- xmlSaveFile (filename, doc);
+ e_xml_save_file (filename, doc);
xmlFreeDoc (doc);
}
diff --git a/widgets/table/e-tree-table-adapter.c b/widgets/table/e-tree-table-adapter.c
index d56e5bdef1..eb77af6d6a 100644
--- a/widgets/table/e-tree-table-adapter.c
+++ b/widgets/table/e-tree-table-adapter.c
@@ -963,7 +963,7 @@ e_tree_table_adapter_save_expanded_state (ETreeTableAdapter *etta, const char *f
save_expanded_state_func,
&tar);
- xmlSaveFile (filename, doc);
+ e_xml_save_file (filename, doc);
xmlFreeDoc (doc);
}