aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mail-mt.c
diff options
context:
space:
mode:
authorMilan Crha <mcrha@redhat.com>2010-02-16 21:55:40 +0800
committerMilan Crha <mcrha@redhat.com>2010-02-16 21:55:40 +0800
commit6485d65bf1b963a806c61ee0708abab84dd43a30 (patch)
treedb8db10beac0e748f237d8c6016b49b64d34466e /mail/mail-mt.c
parentd7dbab49b5b3f8603286fa5c54332b93bbeca9d6 (diff)
downloadgsoc2013-evolution-6485d65bf1b963a806c61ee0708abab84dd43a30.tar
gsoc2013-evolution-6485d65bf1b963a806c61ee0708abab84dd43a30.tar.gz
gsoc2013-evolution-6485d65bf1b963a806c61ee0708abab84dd43a30.tar.bz2
gsoc2013-evolution-6485d65bf1b963a806c61ee0708abab84dd43a30.tar.lz
gsoc2013-evolution-6485d65bf1b963a806c61ee0708abab84dd43a30.tar.xz
gsoc2013-evolution-6485d65bf1b963a806c61ee0708abab84dd43a30.tar.zst
gsoc2013-evolution-6485d65bf1b963a806c61ee0708abab84dd43a30.zip
Bug #599370 - Crash in e_activity_set_percent
Diffstat (limited to 'mail/mail-mt.c')
-rw-r--r--mail/mail-mt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/mail-mt.c b/mail/mail-mt.c
index 63bde58665..eefbd6d0d4 100644
--- a/mail/mail-mt.c
+++ b/mail/mail-mt.c
@@ -939,9 +939,9 @@ op_status_exec (struct _op_status_msg *m)
return;
}
} else if (data->activity != NULL) {
- g_mutex_unlock (mail_msg_lock);
e_activity_set_primary_text (data->activity, out);
e_activity_set_percent (data->activity, pc / 100.0);
+ g_mutex_unlock (mail_msg_lock);
} else {
g_mutex_unlock (mail_msg_lock);
}