From 8103e076a47bcf1f9b9cab2d3c64f0e1f319cccc Mon Sep 17 00:00:00 2001 From: Marco Pesenti Gritti Date: Thu, 9 Jan 2003 13:31:32 +0000 Subject: Reset link message when changing page. 2003-01-09 Marco Pesenti Gritti * src/ephy-tab.c: (ephy_tab_location_cb): Reset link message when changing page. --- src/ephy-tab.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/ephy-tab.c b/src/ephy-tab.c index 2c50af794..170ae3846 100644 --- a/src/ephy-tab.c +++ b/src/ephy-tab.c @@ -443,6 +443,7 @@ ephy_tab_location_cb (EphyEmbed *embed, EphyTab *tab) if (tab->priv->location) g_free (tab->priv->location); ephy_embed_get_location (embed, TRUE, &tab->priv->location); + tab->priv->link_message[0] = '\0'; if (tab->priv->is_active) { -- cgit v1.2.3