diff options
author | Milan Crha <mcrha@redhat.com> | 2009-09-01 20:21:04 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2009-09-01 20:21:04 +0800 |
commit | 1ecad022ddf36049f06e0b15eb6ec0fe7af2a421 (patch) | |
tree | 666a9c32b7958bde00e9eab9048608f9a7ccbdfe /mail/mail-mt.c | |
parent | be464eac1e39b7650a46001ee29d11f070f58c0b (diff) | |
download | gsoc2013-evolution-1ecad022ddf36049f06e0b15eb6ec0fe7af2a421.tar.gz gsoc2013-evolution-1ecad022ddf36049f06e0b15eb6ec0fe7af2a421.tar.zst gsoc2013-evolution-1ecad022ddf36049f06e0b15eb6ec0fe7af2a421.zip |
Bug 592169 - "Checking for new mail" doesn't show which folder
Diffstat (limited to 'mail/mail-mt.c')
-rw-r--r-- | mail/mail-mt.c | 1 |
1 files changed, 1 insertions, 0 deletions
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); |