From 388b3cf6efc6210a5b329ea7d16d108da2931214 Mon Sep 17 00:00:00 2001 From: Xan Lopez Date: Tue, 9 Jun 2009 12:42:46 +0300 Subject: ephy-tabs-menu.c: pass correct parameter to sync_tab_title function. --- src/ephy-tabs-menu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/ephy-tabs-menu.c b/src/ephy-tabs-menu.c index e7d7ba89f..17df51acd 100644 --- a/src/ephy-tabs-menu.c +++ b/src/ephy-tabs-menu.c @@ -201,7 +201,7 @@ notebook_page_added_cb (EphyNotebook *notebook, "tooltip", _("Switch to this tab"), NULL); - sync_tab_title (embed, NULL, action); + sync_tab_title (EPHY_GET_EPHY_WEB_VIEW_FROM_EMBED (embed), NULL, action); /* make sure the action is alive when handling the signal, see bug #169833 */ g_signal_connect_object (EPHY_GET_EPHY_WEB_VIEW_FROM_EMBED (embed), "notify::embed-title", G_CALLBACK (sync_tab_title), action, 0); -- cgit v1.2.3