aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorChristian Persch <chpe@cvs.gnome.org>2004-12-19 23:15:47 +0800
committerChristian Persch <chpe@src.gnome.org>2004-12-19 23:15:47 +0800
commitd67465faa4318f7d774ef2d41d78c04f4caae264 (patch)
tree13005f579582f3131fddbe362e59e0dcb42d3c96 /ChangeLog
parent528fd1a0f78826908618b98644012c33c9a1674e (diff)
downloadgsoc2013-epiphany-d67465faa4318f7d774ef2d41d78c04f4caae264.tar
gsoc2013-epiphany-d67465faa4318f7d774ef2d41d78c04f4caae264.tar.gz
gsoc2013-epiphany-d67465faa4318f7d774ef2d41d78c04f4caae264.tar.bz2
gsoc2013-epiphany-d67465faa4318f7d774ef2d41d78c04f4caae264.tar.lz
gsoc2013-epiphany-d67465faa4318f7d774ef2d41d78c04f4caae264.tar.xz
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--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 996f46b6a..d1e38bc93 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.