[epiphany] ephy-notebook.c: connect to embed-title, not to title.



commit 0c5500f9a15581b1689d7187d308f9ed7eb15f5e
Author: Xan Lopez <xan gnome org>
Date:   Tue Jun 16 15:08:09 2009 +0300

    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 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/ephy-notebook.c b/src/ephy-notebook.c
index 0cb77ec..2285d6c 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);



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