diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2004-12-19 23:15:47 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2004-12-19 23:15:47 +0800 |
commit | d67465faa4318f7d774ef2d41d78c04f4caae264 (patch) | |
tree | 13005f579582f3131fddbe362e59e0dcb42d3c96 /ChangeLog | |
parent | 528fd1a0f78826908618b98644012c33c9a1674e (diff) | |
download | gsoc2013-epiphany-d67465faa4318f7d774ef2d41d78c04f4caae264.tar.gz gsoc2013-epiphany-d67465faa4318f7d774ef2d41d78c04f4caae264.tar.zst gsoc2013-epiphany-d67465faa4318f7d774ef2d41d78c04f4caae264.zip |
Add "View Properties" to duplicated bookmarks dialogue. Fixes bug #117643
2004-12-19 Christian Persch <chpe@cvs.gnome.org>
* src/bookmarks/ephy-new-bookmark.c: (duplicate_dialog_construct),
(duplicate_bookmark_response_cb), (duplicated_node_destroy_cb),
(ephy_new_bookmark_is_unique):
Add "View Properties" to duplicated bookmarks dialogue. Fixes bug #117643
and bug #138300.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,5 +1,14 @@ 2004-12-19 Christian Persch <chpe@cvs.gnome.org> + * src/bookmarks/ephy-new-bookmark.c: (duplicate_dialog_construct), + (duplicate_bookmark_response_cb), (duplicated_node_destroy_cb), + (ephy_new_bookmark_is_unique): + + Add "View Properties" to duplicated bookmarks dialogue. Fixes bug #117643 + and bug #138300. + +2004-12-19 Christian Persch <chpe@cvs.gnome.org> + * embed/mozilla/MozRegisterComponents.cpp: Fix crash, thanks to Crispin for noticing this. |