aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorChristian Persch <chpe@cvs.gnome.org>2004-03-02 02:16:33 +0800
committerChristian Persch <chpe@src.gnome.org>2004-03-02 02:16:33 +0800
commitec64dc73df5f93278f40e80111b0b332549824bc (patch)
treea7154269ae19dfcb02ea3537b41c203b07d12db5 /ChangeLog
parent937f23e417318217832d28c30112dbc98f0bde22 (diff)
downloadgsoc2013-epiphany-ec64dc73df5f93278f40e80111b0b332549824bc.tar
gsoc2013-epiphany-ec64dc73df5f93278f40e80111b0b332549824bc.tar.gz
gsoc2013-epiphany-ec64dc73df5f93278f40e80111b0b332549824bc.tar.bz2
gsoc2013-epiphany-ec64dc73df5f93278f40e80111b0b332549824bc.tar.lz
gsoc2013-epiphany-ec64dc73df5f93278f40e80111b0b332549824bc.tar.xz
gsoc2013-epiphany-ec64dc73df5f93278f40e80111b0b332549824bc.tar.zst
gsoc2013-epiphany-ec64dc73df5f93278f40e80111b0b332549824bc.zip
If reading the bookmarks file, or re-importing the bookmarks from the rdf
2004-03-01 Christian Persch <chpe@cvs.gnome.org> * src/bookmarks/ephy-bookmarks.c: (backup_file), (ephy_bookmarks_init): If reading the bookmarks file, or re-importing the bookmarks from the rdf file fails, back up those files so that the user can afterwards try to manually recover his bookmarks. Fixes bug #128308.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index fec5fc8d9..ff5924df3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,14 @@
2004-03-01 Christian Persch <chpe@cvs.gnome.org>
+ * src/bookmarks/ephy-bookmarks.c: (backup_file),
+ (ephy_bookmarks_init):
+
+ If reading the bookmarks file, or re-importing the bookmarks from the
+ rdf file fails, back up those files so that the user can afterwards
+ try to manually recover his bookmarks. Fixes bug #128308.
+
+2004-03-01 Christian Persch <chpe@cvs.gnome.org>
+
* src/bookmarks/ephy-bookmarks-import.c: (xbel_parse_folder),
(xbel_parse_xbel), (ephy_bookmarks_import_xbel):