aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <marco@it.gnome.org>2003-04-28 02:38:28 +0800
committerMarco Pesenti Gritti <mpeseng@src.gnome.org>2003-04-28 02:38:28 +0800
commitd65d1d8a4694e0dd9fb28d5a8defaa16927bc155 (patch)
tree362905858c943b5f2ca699f1679232d24ed11792 /ChangeLog
parent4d94003629211bb7cb57189742b718201d2c27bd (diff)
downloadgsoc2013-epiphany-d65d1d8a4694e0dd9fb28d5a8defaa16927bc155.tar
gsoc2013-epiphany-d65d1d8a4694e0dd9fb28d5a8defaa16927bc155.tar.gz
gsoc2013-epiphany-d65d1d8a4694e0dd9fb28d5a8defaa16927bc155.tar.bz2
gsoc2013-epiphany-d65d1d8a4694e0dd9fb28d5a8defaa16927bc155.tar.lz
gsoc2013-epiphany-d65d1d8a4694e0dd9fb28d5a8defaa16927bc155.tar.xz
gsoc2013-epiphany-d65d1d8a4694e0dd9fb28d5a8defaa16927bc155.tar.zst
gsoc2013-epiphany-d65d1d8a4694e0dd9fb28d5a8defaa16927bc155.zip
Emit removed signal after the node is actually removed. This could cause
2003-04-27 Marco Pesenti Gritti <marco@it.gnome.org> * lib/ephy-node.c: (real_remove_child): Emit removed signal after the node is actually removed. This could cause bugs, test test test ;) * src/bookmarks/ephy-bookmarks.c: (topics_removed_cb): Update topics list and uncategorized folder on topics removal.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 23b79de6e..887a8593a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,17 @@
2003-04-27 Marco Pesenti Gritti <marco@it.gnome.org>
+ * lib/ephy-node.c: (real_remove_child):
+
+ Emit removed signal after the node is actually removed.
+ This could cause bugs, test test test ;)
+
+ * src/bookmarks/ephy-bookmarks.c: (topics_removed_cb):
+
+ Update topics list and uncategorized folder on topics
+ removal.
+
+2003-04-27 Marco Pesenti Gritti <marco@it.gnome.org>
+
* src/bookmarks/ephy-bookmarks-editor.c:
(ephy_bookmarks_editor_update_menu), (view_selection_changed_cb),
(ephy_bookmarks_editor_construct):