From 0c5500f9a15581b1689d7187d308f9ed7eb15f5e Mon Sep 17 00:00:00 2001 From: Xan Lopez Date: Tue, 16 Jun 2009 15:08:09 +0300 Subject: ephy-notebook.c: connect to embed-title, not to title. embed-title is the poorly named wrapper over the WebKitWebView's title signal. --- src/ephy-notebook.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ephy-notebook.c b/src/ephy-notebook.c index 0cb77ece3..2285d6cec 100644 --- a/src/ephy-notebook.c +++ b/src/ephy-notebook.c @@ -658,7 +658,7 @@ build_tab_label (EphyNotebook *nb, EphyEmbed *embed) g_signal_connect_object (view, "notify::icon", G_CALLBACK (sync_icon), icon, 0); - g_signal_connect_object (view, "notify::title", + g_signal_connect_object (view, "notify::embed-title", G_CALLBACK (sync_label), label, 0); g_signal_connect_object (view, "notify::load-status", G_CALLBACK (sync_load_status), hbox, 0); -- cgit v1.2.3