diff options
author | Marco Pesenti Gritti <marco@it.gnome.org> | 2003-04-28 02:38:28 +0800 |
---|---|---|
committer | Marco Pesenti Gritti <mpeseng@src.gnome.org> | 2003-04-28 02:38:28 +0800 |
commit | d65d1d8a4694e0dd9fb28d5a8defaa16927bc155 (patch) | |
tree | 362905858c943b5f2ca699f1679232d24ed11792 /ChangeLog | |
parent | 4d94003629211bb7cb57189742b718201d2c27bd (diff) | |
download | gsoc2013-epiphany-d65d1d8a4694e0dd9fb28d5a8defaa16927bc155.tar.gz 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-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -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): |