From 1ecad022ddf36049f06e0b15eb6ec0fe7af2a421 Mon Sep 17 00:00:00 2001 From: Milan Crha Date: Tue, 1 Sep 2009 08:21:04 -0400 Subject: Bug 592169 - "Checking for new mail" doesn't show which folder --- mail/mail-mt.c | 1 + 1 file changed, 1 insertion(+) diff --git a/mail/mail-mt.c b/mail/mail-mt.c index 012bca16a6..7281ce63a4 100644 --- a/mail/mail-mt.c +++ b/mail/mail-mt.c @@ -1033,6 +1033,7 @@ op_status_exec (struct _op_status_msg *m) } } else if (data->activity != NULL) { MAIL_MT_UNLOCK (mail_msg_lock); + e_activity_set_primary_text (data->activity, out); e_activity_set_percent (data->activity, pc / 100.0); } else { MAIL_MT_UNLOCK (mail_msg_lock); -- cgit