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. --- ChangeLog | 6 ++++++ src/ephy-tab.c | 1 + 2 files changed, 7 insertions(+) diff --git a/ChangeLog b/ChangeLog index e06da760f..e10469a75 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2003-01-09 Marco Pesenti Gritti + + * src/ephy-tab.c: (ephy_tab_location_cb): + + Reset link message when changing page. + 2003-01-09 Marco Pesenti Gritti * TODO: 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