aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorChristian Persch <chpe@cvs.gnome.org>2004-11-01 03:42:45 +0800
committerChristian Persch <chpe@src.gnome.org>2004-11-01 03:42:45 +0800
commit735b9b230fca8245f80825c0c4bd326385c477ae (patch)
treea40c2574c1b4d0b33d517d05bd74d9a086b1efb1 /ChangeLog
parent0f75d0f02d8ac2b959a88b25009d7577c30c0612 (diff)
downloadgsoc2013-epiphany-735b9b230fca8245f80825c0c4bd326385c477ae.tar
gsoc2013-epiphany-735b9b230fca8245f80825c0c4bd326385c477ae.tar.gz
gsoc2013-epiphany-735b9b230fca8245f80825c0c4bd326385c477ae.tar.bz2
gsoc2013-epiphany-735b9b230fca8245f80825c0c4bd326385c477ae.tar.lz
gsoc2013-epiphany-735b9b230fca8245f80825c0c4bd326385c477ae.tar.xz
gsoc2013-epiphany-735b9b230fca8245f80825c0c4bd326385c477ae.tar.zst
gsoc2013-epiphany-735b9b230fca8245f80825c0c4bd326385c477ae.zip
Emit ::tab-removed after the tab has been removed. Fixes bug 151607.
2004-10-31 Christian Persch <chpe@cvs.gnome.org> * src/ephy-notebook.c: (ephy_notebook_remove_tab): * src/ephy-window.c: (ephy_window_show), (ephy_window_get_active_tab): Emit ::tab-removed after the tab has been removed. Fixes bug 151607.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e6e70eb5a..9c4ce51ba 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2004-10-31 Christian Persch <chpe@cvs.gnome.org>
+
+ * src/ephy-notebook.c: (ephy_notebook_remove_tab):
+ * src/ephy-window.c: (ephy_window_show),
+ (ephy_window_get_active_tab):
+
+ Emit ::tab-removed after the tab has been removed. Fixes bug 151607.
+
2004-10-30 Christian Persch <chpe@cvs.gnome.org>
* lib/ephy-state.c: (ephy_state_window_set_size):