aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog8
-rw-r--r--src/bookmarks/ephy-bookmarks-export.c2
2 files changed, 8 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index cd02952d3..e27eb8a29 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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;