diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2005-09-28 21:36:49 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2005-09-28 21:36:49 +0800 |
commit | 6f7fc09fe96eaad7a5d2c3563bdc45000cb88573 (patch) | |
tree | f51f28a8563be3d2481e905a0123788000dc6452 /ChangeLog | |
parent | 135b0e0d1f8dc462f7e5d9450609685352667186 (diff) | |
download | gsoc2013-epiphany-6f7fc09fe96eaad7a5d2c3563bdc45000cb88573.tar gsoc2013-epiphany-6f7fc09fe96eaad7a5d2c3563bdc45000cb88573.tar.gz gsoc2013-epiphany-6f7fc09fe96eaad7a5d2c3563bdc45000cb88573.tar.bz2 gsoc2013-epiphany-6f7fc09fe96eaad7a5d2c3563bdc45000cb88573.tar.lz gsoc2013-epiphany-6f7fc09fe96eaad7a5d2c3563bdc45000cb88573.tar.xz gsoc2013-epiphany-6f7fc09fe96eaad7a5d2c3563bdc45000cb88573.tar.zst gsoc2013-epiphany-6f7fc09fe96eaad7a5d2c3563bdc45000cb88573.zip |
Add a function to get the tab's real title, and use it where appropriate.
2005-09-28 Christian Persch <chpe@cvs.gnome.org>
* src/ephy-notebook.c: (sync_label):
* src/ephy-tab.c: (ephy_tab_get_title_composite),
(ephy_tab_get_title):
* src/ephy-tab.h:
* src/ephy-tabs-menu.c: (sync_tab_title):
* src/ephy-window.c: (sync_tab_title):
* src/window-commands.c: (window_cmd_file_send_to),
(window_cmd_file_bookmark_page):
Add a function to get the tab's real title, and use it
where appropriate. Fixes bug #317418.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -1,5 +1,19 @@ 2005-09-28 Christian Persch <chpe@cvs.gnome.org> + * src/ephy-notebook.c: (sync_label): + * src/ephy-tab.c: (ephy_tab_get_title_composite), + (ephy_tab_get_title): + * src/ephy-tab.h: + * src/ephy-tabs-menu.c: (sync_tab_title): + * src/ephy-window.c: (sync_tab_title): + * src/window-commands.c: (window_cmd_file_send_to), + (window_cmd_file_bookmark_page): + + Add a function to get the tab's real title, and use it + where appropriate. Fixes bug #317418. + +2005-09-28 Christian Persch <chpe@cvs.gnome.org> + * configure.ac: * embed/mozilla/FilePicker.cpp: |