diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2004-05-20 02:45:34 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2004-05-20 02:45:34 +0800 |
commit | b5a259caecd8811a90c4eb82fee402449ec617ba (patch) | |
tree | 44a2c76d88d2fc0d8cf068cca8dc608263c9dcf7 /ChangeLog | |
parent | c26be9eaf445f04efd11ff3cb3daed38626b1b12 (diff) | |
download | gsoc2013-epiphany-b5a259caecd8811a90c4eb82fee402449ec617ba.tar gsoc2013-epiphany-b5a259caecd8811a90c4eb82fee402449ec617ba.tar.gz gsoc2013-epiphany-b5a259caecd8811a90c4eb82fee402449ec617ba.tar.bz2 gsoc2013-epiphany-b5a259caecd8811a90c4eb82fee402449ec617ba.tar.lz gsoc2013-epiphany-b5a259caecd8811a90c4eb82fee402449ec617ba.tar.xz gsoc2013-epiphany-b5a259caecd8811a90c4eb82fee402449ec617ba.tar.zst gsoc2013-epiphany-b5a259caecd8811a90c4eb82fee402449ec617ba.zip |
Emit the "tab_removed" signal also for the window's last tab. Part of bug
2004-05-19 Christian Persch <chpe@cvs.gnome.org>
* src/ephy-notebook.c: (ephy_notebook_remove_tab):
* src/ephy-window.c: (tab_removed_cb):
Emit the "tab_removed" signal also for the window's last tab.
Part of bug #142078.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,5 +1,13 @@ 2004-05-19 Christian Persch <chpe@cvs.gnome.org> + * src/ephy-notebook.c: (ephy_notebook_remove_tab): + * src/ephy-window.c: (tab_removed_cb): + + Emit the "tab_removed" signal also for the window's last tab. + Part of bug #142078. + +2004-05-19 Christian Persch <chpe@cvs.gnome.org> + * src/bookmarks/ephy-bookmark-action.c: (activate_cb), (button_press_cb), (button_release_cb), (connect_proxy), (ephy_bookmark_action_class_init): |