aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorChristian Persch <chpe@cvs.gnome.org>2004-11-01 22:00:06 +0800
committerChristian Persch <chpe@src.gnome.org>2004-11-01 22:00:06 +0800
commitf686d272ac4558e0ebda8f3aa873d2d9eefb17b5 (patch)
treea1acf44a816af5c379c39df916735dc2882fb1d1 /ChangeLog
parenta716fbc5466f2f33a094062745f2d07b60df340d (diff)
downloadgsoc2013-epiphany-f686d272ac4558e0ebda8f3aa873d2d9eefb17b5.tar
gsoc2013-epiphany-f686d272ac4558e0ebda8f3aa873d2d9eefb17b5.tar.gz
gsoc2013-epiphany-f686d272ac4558e0ebda8f3aa873d2d9eefb17b5.tar.bz2
gsoc2013-epiphany-f686d272ac4558e0ebda8f3aa873d2d9eefb17b5.tar.lz
gsoc2013-epiphany-f686d272ac4558e0ebda8f3aa873d2d9eefb17b5.tar.xz
gsoc2013-epiphany-f686d272ac4558e0ebda8f3aa873d2d9eefb17b5.tar.zst
gsoc2013-epiphany-f686d272ac4558e0ebda8f3aa873d2d9eefb17b5.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): * src/bookmarks/ephy-bookmark-properties.c: (ephy_bookmark_properties_new): * 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.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog18
1 files changed, 18 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 46b290ec4..b14f1fe21 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,23 @@
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):
+ * src/bookmarks/ephy-bookmark-properties.c:
+ (ephy_bookmark_properties_new):
+ * 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.
+
+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),