diff options
author | Xan Lopez <xan@src.gnome.org> | 2003-05-13 03:22:27 +0800 |
---|---|---|
committer | Xan Lopez <xan@src.gnome.org> | 2003-05-13 03:22:27 +0800 |
commit | bacb58f2fda5bef60b55500aa79e17be7aa8a384 (patch) | |
tree | c317366a2a1f6e84cdcc386257a5c68a932b0b35 /ChangeLog | |
parent | 1044f92a19ab225a74e7829561cfe1733aee6913 (diff) | |
download | gsoc2013-epiphany-bacb58f2fda5bef60b55500aa79e17be7aa8a384.tar gsoc2013-epiphany-bacb58f2fda5bef60b55500aa79e17be7aa8a384.tar.gz gsoc2013-epiphany-bacb58f2fda5bef60b55500aa79e17be7aa8a384.tar.bz2 gsoc2013-epiphany-bacb58f2fda5bef60b55500aa79e17be7aa8a384.tar.lz gsoc2013-epiphany-bacb58f2fda5bef60b55500aa79e17be7aa8a384.tar.xz gsoc2013-epiphany-bacb58f2fda5bef60b55500aa79e17be7aa8a384.tar.zst gsoc2013-epiphany-bacb58f2fda5bef60b55500aa79e17be7aa8a384.zip |
Don't allow to have more than one bookmark with the same URL^H^H^Haddress,
Don't allow to have more than one bookmark with the same
URL^H^H^Haddress, warn the user with a nice dialog.
Fixes #110854.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
@@ -1,3 +1,20 @@ +2003-05-12 Xan Lopez <xan@masilla.org> + + * src/bookmarks/ephy-bookmarks.c: (ephy_bookmarks_init_defaults), + (history_site_visited_cb), (ephy_bookmarks_find_bookmark), + (ephy_bookmarks_set_icon), (ephy_bookmarks_remove_keyword): + * src/bookmarks/ephy-bookmarks.h: + * src/bookmarks/ephy-new-bookmark.c: (duplicate_dialog_construct), + (ephy_new_bookmark_is_unique), (ephy_new_bookmark_new): + * src/bookmarks/ephy-new-bookmark.h: + * src/ephy-history-window.c: (cmd_bookmark_page): + * src/popup-commands.c: (popup_cmd_bookmark_link): + * src/window-commands.c: (window_cmd_file_bookmark_page): + + Don't allow to have more than one bookmark with the same + URL^H^H^Haddress, warn the user with a nice dialog. + Fixes #110854. + 2003-05-12 Marco Pesenti Gritti <marco@it.gnome.org> * embed/mozilla/ExternalProtocolService.cpp: |