diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2004-11-28 07:41:02 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2004-11-28 07:41:02 +0800 |
commit | 82e9e16bda9398c1d0ddb27847c1fedd4d719cd9 (patch) | |
tree | 3970247f144d92cbab4f7ae3dea99a4b99aaaae5 /ChangeLog | |
parent | 8b604fbce2f26cb80061bbedf6fdfa0e16e5ac04 (diff) | |
download | gsoc2013-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-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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): |