diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2004-10-25 21:54:25 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2004-10-25 21:54:25 +0800 |
commit | da7d0959009b472233de886affce4ed9a81b2475 (patch) | |
tree | 85f69e5c5646b47cfad9f2134c50bdc4ac4ab55e /ChangeLog | |
parent | 46d371aa12282b3d8cd8549acb0898071b0097fe (diff) | |
download | gsoc2013-epiphany-da7d0959009b472233de886affce4ed9a81b2475.tar gsoc2013-epiphany-da7d0959009b472233de886affce4ed9a81b2475.tar.gz gsoc2013-epiphany-da7d0959009b472233de886affce4ed9a81b2475.tar.bz2 gsoc2013-epiphany-da7d0959009b472233de886affce4ed9a81b2475.tar.lz gsoc2013-epiphany-da7d0959009b472233de886affce4ed9a81b2475.tar.xz gsoc2013-epiphany-da7d0959009b472233de886affce4ed9a81b2475.tar.zst gsoc2013-epiphany-da7d0959009b472233de886affce4ed9a81b2475.zip |
Move window destruction after tab-removed signal emission. Fixes bug
2004-10-25 Christian Persch <chpe@cvs.gnome.org>
* src/ephy-notebook.c: (ephy_notebook_remove_tab):
* src/ephy-window.c: (ephy_window_get_active_tab):
Move window destruction after tab-removed signal emission.
Fixes bug #151607.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,5 +1,13 @@ 2004-10-25 Christian Persch <chpe@cvs.gnome.org> + * src/ephy-notebook.c: (ephy_notebook_remove_tab): + * src/ephy-window.c: (ephy_window_get_active_tab): + + Move window destruction after tab-removed signal emission. + Fixes bug #151607. + +2004-10-25 Christian Persch <chpe@cvs.gnome.org> + * src/ephy-notebook.h: Fix return type of tab_delete slot. |