summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2007-12-25 12:33:25 +0000
committerChris Wilson <chris@chris-wilson.co.uk>2007-12-25 12:33:25 +0000
commit254e41a8d6aa112389ac836460d0edaed6d80eaf (patch)
tree4f2dfed07a8c3ad28a831dd133afc7e50ba5e9fa
parent8fcfb0693bebd15ce676f246cbca7b2c41f81a0c (diff)
Remove the old status before pushing the new message.
-rw-r--r--src/app.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/app.c b/src/app.c
index 00ca22f..bdec047 100644
--- a/src/app.c
+++ b/src/app.c
@@ -599,6 +599,7 @@ app_update_status (App *app)
} else
txt = g_strdup_printf ("%s: terminated.", app->client.name);
+ gtk_statusbar_pop (GTK_STATUSBAR (app->statusbar), 0);
gtk_statusbar_push (GTK_STATUSBAR (app->statusbar), 0, txt);
g_free (txt);
}