diff options
Diffstat (limited to 'src/ephy-notebook.c')
-rw-r--r-- | 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 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); |