aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorChristian Persch <chpe@cvs.gnome.org>2005-09-28 21:36:49 +0800
committerChristian Persch <chpe@src.gnome.org>2005-09-28 21:36:49 +0800
commit6f7fc09fe96eaad7a5d2c3563bdc45000cb88573 (patch)
treef51f28a8563be3d2481e905a0123788000dc6452 /ChangeLog
parent135b0e0d1f8dc462f7e5d9450609685352667186 (diff)
downloadgsoc2013-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--ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 08a9c9ef0..130d6d0c7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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: