From 6f7fc09fe96eaad7a5d2c3563bdc45000cb88573 Mon Sep 17 00:00:00 2001 From: Christian Persch Date: Wed, 28 Sep 2005 13:36:49 +0000 Subject: Add a function to get the tab's real title, and use it where appropriate. 2005-09-28 Christian Persch * 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. --- src/ephy-tabs-menu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ephy-tabs-menu.c') diff --git a/src/ephy-tabs-menu.c b/src/ephy-tabs-menu.c index c900eab24..48f94b8d6 100644 --- a/src/ephy-tabs-menu.c +++ b/src/ephy-tabs-menu.c @@ -124,7 +124,7 @@ sync_tab_title (EphyTab *tab, { const char *title; - title = ephy_tab_get_title (tab); + title = ephy_tab_get_title_composite (tab); g_object_set (action, "label", title, NULL); } -- cgit v1.2.3