aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorChristian Persch <chpe@cvs.gnome.org>2004-11-01 22:08:33 +0800
committerChristian Persch <chpe@src.gnome.org>2004-11-01 22:08:33 +0800
commit7214ca07b29a87ecbbee48107767263b4106fe0a (patch)
tree9e1027be90b6ba9cf7f8675e0b70c6ff1fe63341 /ChangeLog
parent48f101e63e1edd7a6ae5b300638ce31c05c2bef1 (diff)
downloadgsoc2013-epiphany-7214ca07b29a87ecbbee48107767263b4106fe0a.tar
gsoc2013-epiphany-7214ca07b29a87ecbbee48107767263b4106fe0a.tar.gz
gsoc2013-epiphany-7214ca07b29a87ecbbee48107767263b4106fe0a.tar.bz2
gsoc2013-epiphany-7214ca07b29a87ecbbee48107767263b4106fe0a.tar.lz
gsoc2013-epiphany-7214ca07b29a87ecbbee48107767263b4106fe0a.tar.xz
gsoc2013-epiphany-7214ca07b29a87ecbbee48107767263b4106fe0a.tar.zst
gsoc2013-epiphany-7214ca07b29a87ecbbee48107767263b4106fe0a.zip
Make sure there's only one bookmark properties dialogue for each bookmark.
2004-11-01 Christian Persch <chpe@cvs.gnome.org> * src/bookmarks/ephy-bookmark-action.c: (properties_activate_cb), (bookmark_destroy_cb), (ephy_bookmark_action_finalize), (ephy_bookmark_action_init): * src/bookmarks/ephy-bookmark-properties.c: (ephy_bookmark_properties_new), (ephy_bookmark_properties_get_node): * src/bookmarks/ephy-bookmark-properties.h: * src/bookmarks/ephy-bookmarks-editor.c: (show_properties_dialog), (ephy_bookmarks_editor_finalize), (ephy_bookmarks_editor_init): * src/bookmarks/ephy-bookmarks.c: (ephy_bookmarks_init), (ephy_bookmarks_finalize), (ephy_bookmarks_add_keyword), (prop_dialog_destroy_cb), (bookmark_destroyed_cb), (ephy_bookmarks_show_bookmark_properties): * src/bookmarks/ephy-bookmarks.h: Make sure there's only one bookmark properties dialogue for each bookmark. Fixes bug #148398 and also bug #155880 (merged from HEAD).
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog20
1 files changed, 20 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1eb972b85..1749bbe16 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,25 @@
2004-11-01 Christian Persch <chpe@cvs.gnome.org>
+ * src/bookmarks/ephy-bookmark-action.c: (properties_activate_cb),
+ (bookmark_destroy_cb), (ephy_bookmark_action_finalize),
+ (ephy_bookmark_action_init):
+ * src/bookmarks/ephy-bookmark-properties.c:
+ (ephy_bookmark_properties_new),
+ (ephy_bookmark_properties_get_node):
+ * src/bookmarks/ephy-bookmark-properties.h:
+ * src/bookmarks/ephy-bookmarks-editor.c: (show_properties_dialog),
+ (ephy_bookmarks_editor_finalize), (ephy_bookmarks_editor_init):
+ * src/bookmarks/ephy-bookmarks.c: (ephy_bookmarks_init),
+ (ephy_bookmarks_finalize), (ephy_bookmarks_add_keyword),
+ (prop_dialog_destroy_cb), (bookmark_destroyed_cb),
+ (ephy_bookmarks_show_bookmark_properties):
+ * src/bookmarks/ephy-bookmarks.h:
+
+ Make sure there's only one bookmark properties dialogue for each
+ bookmark. Fixes bug #148398 and also bug #155880 (merged from HEAD).
+
+2004-11-01 Christian Persch <chpe@cvs.gnome.org>
+
* lib/ephy-node.c: (callback), (remove_invalidated_signals),
(ephy_node_emit_signal), (signal_object_weak_notify),
(ephy_node_new_with_id), (ephy_node_signal_connect_object),