aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mail-mt.c
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@novell.com>2005-01-21 01:49:15 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2005-01-21 01:49:15 +0800
commitbd9b9819b1249c14f6959f167b64d4492f828ea1 (patch)
treed4fe616d98b78cb9dea4c49c3e685a89c64c0623 /mail/mail-mt.c
parenta50635be1f2aa13eabd81d435bfe2057d30fa0e0 (diff)
downloadgsoc2013-evolution-bd9b9819b1249c14f6959f167b64d4492f828ea1.tar.gz
gsoc2013-evolution-bd9b9819b1249c14f6959f167b64d4492f828ea1.tar.zst
gsoc2013-evolution-bd9b9819b1249c14f6959f167b64d4492f828ea1.zip
Added a description function for copying folders (so we don't get a
2005-01-20 Jeffrey Stedfast <fejj@novell.com> * em-folder-tree.c (emft_copy_folders__desc): Added a description function for copying folders (so we don't get a "Working 0x..." status message). * mail-mt.c (do_op_status): Always g_free(what) since we always strdup it. svn path=/trunk/; revision=28467
Diffstat (limited to 'mail/mail-mt.c')
-rw-r--r--mail/mail-mt.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/mail/mail-mt.c b/mail/mail-mt.c
index 78d773f417..7baa6aef33 100644
--- a/mail/mail-mt.c
+++ b/mail/mail-mt.c
@@ -963,8 +963,7 @@ static void do_op_status(struct _mail_msg *mm)
data->activity_id = e_activity_handler_operation_started (activity_handler, "evolution-mail", progress_icon, what, TRUE);
- if (msg->ops->describe_msg)
- g_free (what);
+ g_free (what);
MAIL_MT_LOCK (mail_msg_lock);
if (data->activity_state == 3) {