diff options
-rw-r--r-- | ChangeLog | 8 | ||||
-rw-r--r-- | src/bookmarks/ephy-bookmarks-export.c | 2 |
2 files changed, 8 insertions, 2 deletions
@@ -1,3 +1,11 @@ +2003-11-23 Christian Persch <chpe@cvs.gnome.org> + + * src/bookmarks/ephy-bookmarks-export.c: + (ephy_bookmarks_export_rdf): + + When exporting to RDF, write all bookmarks, not just every + second bookmark. + 2003-11-23 Marco Pesenti Gritti <marco@gnome.org> * embed/mozilla/ExternalProtocolService.cpp: diff --git a/src/bookmarks/ephy-bookmarks-export.c b/src/bookmarks/ephy-bookmarks-export.c index b0ac4bc56..1043f19c0 100644 --- a/src/bookmarks/ephy-bookmarks-export.c +++ b/src/bookmarks/ephy-bookmarks-export.c @@ -261,8 +261,6 @@ ephy_bookmarks_export_rdf (EphyBookmarks *bookmarks, ret = xmlTextWriterEndElement (writer); /* item */ g_free (link); - - i++; } ephy_node_thaw (bmks); if (ret < 0) goto out; |