aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mail-mt.c
diff options
context:
space:
mode:
authorParthasarathi Susarla <sparthasarathi@novell.com>2006-02-15 15:52:48 +0800
committerParthasarathi Susarla <saps@src.gnome.org>2006-02-15 15:52:48 +0800
commita15b609967897ae2b303b7ae4bec52963e089463 (patch)
tree5abd52418adb10f1a4e849a16871badf42c2e706 /mail/mail-mt.c
parent00f170eb7ef84cf3043fb9f7b0807c5a7e5a8e6b (diff)
downloadgsoc2013-evolution-a15b609967897ae2b303b7ae4bec52963e089463.tar
gsoc2013-evolution-a15b609967897ae2b303b7ae4bec52963e089463.tar.gz
gsoc2013-evolution-a15b609967897ae2b303b7ae4bec52963e089463.tar.bz2
gsoc2013-evolution-a15b609967897ae2b303b7ae4bec52963e089463.tar.lz
gsoc2013-evolution-a15b609967897ae2b303b7ae4bec52963e089463.tar.xz
gsoc2013-evolution-a15b609967897ae2b303b7ae4bec52963e089463.tar.zst
gsoc2013-evolution-a15b609967897ae2b303b7ae4bec52963e089463.zip
need to show the stauts message
2006-02-15 Parthasarathi Susarla <sparthasarathi@novell.com> * mail-mt.c: (do_op_status): need to show the stauts message svn path=/trunk/; revision=31530
Diffstat (limited to 'mail/mail-mt.c')
-rw-r--r--mail/mail-mt.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/mail-mt.c b/mail/mail-mt.c
index cf1d195b08..cd613372b8 100644
--- a/mail/mail-mt.c
+++ b/mail/mail-mt.c
@@ -976,11 +976,11 @@ static void do_op_status(struct _mail_msg *mm)
MAIL_MT_UNLOCK (mail_msg_lock);
if (msg->ops->describe_msg)
what = msg->ops->describe_msg (msg, FALSE);
- /* uncommenting because message is not very useful for a user, see bug 271734
+ /* uncommenting because message is not very useful for a user, see bug 271734*/
else {
what = g_strdup_printf("Working %p", msg);
}
- */
+
data->activity_id = e_activity_handler_operation_started (activity_handler, "evolution-mail", progress_icon, what, TRUE);