From 48ae0d12793616ce1376527cefa0eb97f69d8e19 Mon Sep 17 00:00:00 2001 From: David Bordoley Date: Sat, 25 Oct 2003 10:16:03 +0000 Subject: don't pollute the statusbar with a "Done." message. 2003-10-25 David Bordoley * src/ephy-tab.c: (build_net_state_message): don't pollute the statusbar with a "Done." message. --- ChangeLog | 6 ++++++ src/ephy-tab.c | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 6ee194bce..c5fe783e2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2003-10-25 David Bordoley + + * src/ephy-tab.c: (build_net_state_message): + + don't pollute the statusbar with a "Done." message. + 2003-10-24 Christian Persch * src/ephy-encoding-dialog.c: (ephy_encoding_dialog_response_cb), diff --git a/src/ephy-tab.c b/src/ephy-tab.c index e0455a194..4db7b43c1 100644 --- a/src/ephy-tab.c +++ b/src/ephy-tab.c @@ -681,7 +681,7 @@ build_net_state_message (const char *uri, EmbedState flags) } else if (flags & EMBED_STATE_STOP) { - msg = _("Done."); + msg = (""); } } -- cgit v1.2.3