From a15b609967897ae2b303b7ae4bec52963e089463 Mon Sep 17 00:00:00 2001 From: Parthasarathi Susarla Date: Wed, 15 Feb 2006 07:52:48 +0000 Subject: need to show the stauts message 2006-02-15 Parthasarathi Susarla * mail-mt.c: (do_op_status): need to show the stauts message svn path=/trunk/; revision=31530 --- mail/ChangeLog | 5 +++++ mail/mail-mt.c | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) (limited to 'mail') diff --git a/mail/ChangeLog b/mail/ChangeLog index 05749610ee..3ae0234f26 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,8 @@ +2006-02-15 Parthasarathi Susarla + + * mail-mt.c: (do_op_status): + need to show the stauts message + 2006-02-15 Shi Pu See bug ** 325967 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); -- cgit v1.2.3