diff options
Diffstat (limited to 'lib/ephy-state.c')
-rw-r--r-- | lib/ephy-state.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ephy-state.c b/lib/ephy-state.c index 1df65a642..a23533ae4 100644 --- a/lib/ephy-state.c +++ b/lib/ephy-state.c @@ -109,7 +109,7 @@ ephy_states_save (void) } ephy_node_thaw (states); - xmlSaveFormatFile (xml_file, doc, 1); + ephy_file_save_xml (xml_file, doc); g_free (xml_file); } |