diff options
author | Marco Pesenti Gritti <marco@src.gnome.org> | 2003-12-17 01:29:43 +0800 |
---|---|---|
committer | Marco Pesenti Gritti <marco@src.gnome.org> | 2003-12-17 01:29:43 +0800 |
commit | 7a407a918297b8c54ee79174aac54bc84de97d29 (patch) | |
tree | 2b23c9bb51f5b388861697b0470652ec5a5e1e44 /src/bookmarks/ephy-bookmarks-export.c | |
parent | 7339c460e72364aad2de893ab3c13549efc01d9b (diff) | |
download | gsoc2013-epiphany-7a407a918297b8c54ee79174aac54bc84de97d29.tar gsoc2013-epiphany-7a407a918297b8c54ee79174aac54bc84de97d29.tar.gz gsoc2013-epiphany-7a407a918297b8c54ee79174aac54bc84de97d29.tar.bz2 gsoc2013-epiphany-7a407a918297b8c54ee79174aac54bc84de97d29.tar.lz gsoc2013-epiphany-7a407a918297b8c54ee79174aac54bc84de97d29.tar.xz gsoc2013-epiphany-7a407a918297b8c54ee79174aac54bc84de97d29.tar.zst gsoc2013-epiphany-7a407a918297b8c54ee79174aac54bc84de97d29.zip |
*** empty log message ***
Diffstat (limited to 'src/bookmarks/ephy-bookmarks-export.c')
-rw-r--r-- | src/bookmarks/ephy-bookmarks-export.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/bookmarks/ephy-bookmarks-export.c b/src/bookmarks/ephy-bookmarks-export.c index 1043f19c0..42bc28783 100644 --- a/src/bookmarks/ephy-bookmarks-export.c +++ b/src/bookmarks/ephy-bookmarks-export.c @@ -56,7 +56,6 @@ write_topics_list (EphyNode *topics, keywords = g_list_prepend (keywords, kid); } } - ephy_node_thaw (topics); for (l = keywords; l != NULL; l = l->next) { @@ -186,7 +185,6 @@ ephy_bookmarks_export_rdf (EphyBookmarks *bookmarks, ret = xmlTextWriterEndElement (writer); /* rdf:li */ if (ret < 0) break; } - ephy_node_thaw (bmks); if (ret < 0) goto out; ret = xmlTextWriterEndElement (writer); /* rdf:Seq */ @@ -262,7 +260,6 @@ ephy_bookmarks_export_rdf (EphyBookmarks *bookmarks, g_free (link); } - ephy_node_thaw (bmks); if (ret < 0) goto out; ret = xmlTextWriterEndElement (writer); /* rdf:RDF */ |