diff options
Diffstat (limited to 'lib/ephy-state.c')
-rw-r--r-- | lib/ephy-state.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/ephy-state.c b/lib/ephy-state.c index 9c9f172d6..a78da0b4f 100644 --- a/lib/ephy-state.c +++ b/lib/ephy-state.c @@ -127,7 +127,6 @@ ephy_states_save (void) ephy_node_save_to_xml (kid, root); } - ephy_node_thaw (states); ephy_file_save_xml (xml_file, doc); g_free (xml_file); @@ -155,7 +154,6 @@ find_by_name (const char *name) result = kid; } } - ephy_node_thaw (states); return result; } |