diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2004-03-02 02:16:33 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2004-03-02 02:16:33 +0800 |
commit | ec64dc73df5f93278f40e80111b0b332549824bc (patch) | |
tree | a7154269ae19dfcb02ea3537b41c203b07d12db5 /ChangeLog | |
parent | 937f23e417318217832d28c30112dbc98f0bde22 (diff) | |
download | gsoc2013-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-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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): |