aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorChristian Persch <chpe@cvs.gnome.org>2004-11-28 07:41:02 +0800
committerChristian Persch <chpe@src.gnome.org>2004-11-28 07:41:02 +0800
commit82e9e16bda9398c1d0ddb27847c1fedd4d719cd9 (patch)
tree3970247f144d92cbab4f7ae3dea99a4b99aaaae5 /ChangeLog
parent8b604fbce2f26cb80061bbedf6fdfa0e16e5ac04 (diff)
downloadgsoc2013-epiphany-82e9e16bda9398c1d0ddb27847c1fedd4d719cd9.tar
gsoc2013-epiphany-82e9e16bda9398c1d0ddb27847c1fedd4d719cd9.tar.gz
gsoc2013-epiphany-82e9e16bda9398c1d0ddb27847c1fedd4d719cd9.tar.bz2
gsoc2013-epiphany-82e9e16bda9398c1d0ddb27847c1fedd4d719cd9.tar.lz
gsoc2013-epiphany-82e9e16bda9398c1d0ddb27847c1fedd4d719cd9.tar.xz
gsoc2013-epiphany-82e9e16bda9398c1d0ddb27847c1fedd4d719cd9.tar.zst
gsoc2013-epiphany-82e9e16bda9398c1d0ddb27847c1fedd4d719cd9.zip
Revert the earlier patch: don't emit tabs-reordered when the tab-added
2004-11-28 Christian Persch <chpe@cvs.gnome.org> * src/ephy-notebook.c: (ephy_notebook_add_tab): Revert the earlier patch: don't emit tabs-reordered when the tab-added signal handler reordered the tab, since ephy_notebook_move_tab does it already.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a29dbec9d..857b10e0d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2004-11-28 Christian Persch <chpe@cvs.gnome.org>
+
+ * src/ephy-notebook.c: (ephy_notebook_add_tab):
+
+ Revert the earlier patch: don't emit tabs-reordered when
+ the tab-added signal handler reordered the tab, since
+ ephy_notebook_move_tab does it already.
+
2004-11-26 Christian Persch <chpe@cvs.gnome.org>
* src/ephy-shell.c: (ephy_shell_new_tab):