aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authorMilan Crha <mcrha@redhat.com>2009-09-01 20:21:04 +0800
committerMatthew Barnes <mbarnes@redhat.com>2009-09-01 20:21:04 +0800
commit1ecad022ddf36049f06e0b15eb6ec0fe7af2a421 (patch)
tree666a9c32b7958bde00e9eab9048608f9a7ccbdfe /mail
parentbe464eac1e39b7650a46001ee29d11f070f58c0b (diff)
downloadgsoc2013-evolution-1ecad022ddf36049f06e0b15eb6ec0fe7af2a421.tar
gsoc2013-evolution-1ecad022ddf36049f06e0b15eb6ec0fe7af2a421.tar.gz
gsoc2013-evolution-1ecad022ddf36049f06e0b15eb6ec0fe7af2a421.tar.bz2
gsoc2013-evolution-1ecad022ddf36049f06e0b15eb6ec0fe7af2a421.tar.lz
gsoc2013-evolution-1ecad022ddf36049f06e0b15eb6ec0fe7af2a421.tar.xz
gsoc2013-evolution-1ecad022ddf36049f06e0b15eb6ec0fe7af2a421.tar.zst
gsoc2013-evolution-1ecad022ddf36049f06e0b15eb6ec0fe7af2a421.zip
Bug 592169 - "Checking for new mail" doesn't show which folder
Diffstat (limited to 'mail')
-rw-r--r--mail/mail-mt.c1
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);