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. --- src/ephy-tab.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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