[epiphany] ephy-tabs-menu.c: pass correct parameter to sync_tab_title function.



commit 388b3cf6efc6210a5b329ea7d16d108da2931214
Author: Xan Lopez <xan gnome org>
Date:   Tue Jun 9 12:42:46 2009 +0300

    ephy-tabs-menu.c: pass correct parameter to sync_tab_title function.
---
 src/ephy-tabs-menu.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/ephy-tabs-menu.c b/src/ephy-tabs-menu.c
index e7d7ba8..17df51a 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);



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]