diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2006-02-14 07:04:35 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2006-02-14 07:04:35 +0800 |
commit | 440479d703bbe23fcac180e0ab3f7e611de3dc54 (patch) | |
tree | 0549040736aa8d7560acf6c8eaa9d15b0920fefb /ChangeLog | |
parent | 8701bc08a5263c0e357b7bdddc0f9f8facc9cce8 (diff) | |
download | gsoc2013-epiphany-440479d703bbe23fcac180e0ab3f7e611de3dc54.tar.gz gsoc2013-epiphany-440479d703bbe23fcac180e0ab3f7e611de3dc54.tar.zst gsoc2013-epiphany-440479d703bbe23fcac180e0ab3f7e611de3dc54.zip |
Don't export the local bookmarks.
2006-02-14 Christian Persch <chpe@cvs.gnome.org>
* src/bookmarks/ephy-bookmarks-export.c: (write_rdf):
Don't export the local bookmarks.
* src/bookmarks/ephy-bookmarks-menu.c: (append_menu):
Remove "name" attribute in the UI string, since it's set
to same value as "action".
* src/bookmarks/ephy-open-tabs-action.c: (node_added_cb):
Fix untranslated string!
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -1,5 +1,20 @@ 2006-02-14 Christian Persch <chpe@cvs.gnome.org> + * src/bookmarks/ephy-bookmarks-export.c: (write_rdf): + + Don't export the local bookmarks. + + * src/bookmarks/ephy-bookmarks-menu.c: (append_menu): + + Remove "name" attribute in the UI string, since it's set + to same value as "action". + + * src/bookmarks/ephy-open-tabs-action.c: (node_added_cb): + + Fix untranslated string! + +2006-02-14 Christian Persch <chpe@cvs.gnome.org> + * lib/ephy-gui.c: * lib/ephy-gui.h: |