diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2004-11-21 09:22:18 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2004-11-21 09:22:18 +0800 |
commit | e2aa41afe7aaf0d856645551ceb30601062c5b79 (patch) | |
tree | dcd4a1deed93e0d04fb12c26fc07a3c301f645d9 /ChangeLog | |
parent | ba145035681242943bac2712a43ee325489c685d (diff) | |
download | gsoc2013-epiphany-e2aa41afe7aaf0d856645551ceb30601062c5b79.tar gsoc2013-epiphany-e2aa41afe7aaf0d856645551ceb30601062c5b79.tar.gz gsoc2013-epiphany-e2aa41afe7aaf0d856645551ceb30601062c5b79.tar.bz2 gsoc2013-epiphany-e2aa41afe7aaf0d856645551ceb30601062c5b79.tar.lz gsoc2013-epiphany-e2aa41afe7aaf0d856645551ceb30601062c5b79.tar.xz gsoc2013-epiphany-e2aa41afe7aaf0d856645551ceb30601062c5b79.tar.zst gsoc2013-epiphany-e2aa41afe7aaf0d856645551ceb30601062c5b79.zip |
If the signal handler for tab-added reordered the tabs, emit the
2004-11-21 Christian Persch <chpe@cvs.gnome.org>
* src/ephy-notebook.c: (ephy_notebook_add_tab):
If the signal handler for tab-added reordered the tabs,
emit the tabs-reordered signal.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,5 +1,12 @@ 2004-11-21 Christian Persch <chpe@cvs.gnome.org> + * src/ephy-notebook.c: (ephy_notebook_add_tab): + + If the signal handler for tab-added reordered the tabs, + emit the tabs-reordered signal. + +2004-11-21 Christian Persch <chpe@cvs.gnome.org> + * embed/mozilla/EphyUtils.cpp: * embed/mozilla/EphyUtils.h: * embed/print-dialog.h: |