aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ephy-tab.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ephy-tab.c b/src/ephy-tab.c
index 568a5ba3d..4e31dd573 100644
--- a/src/ephy-tab.c
+++ b/src/ephy-tab.c
@@ -1723,8 +1723,11 @@ update_net_state_message (EphyTab *tab, const char *uri, EphyEmbedNetState flags
else if (msg != NULL)
{
g_free (tab->priv->status_message);
+ g_free (tab->priv->loading_title);
tab->priv->status_message = g_strdup_printf (msg, host);
+ tab->priv->loading_title = g_strdup_printf (msg, host);
g_object_notify (G_OBJECT (tab), "message");
+ g_object_notify (G_OBJECT (tab), "title");
}
out: