diff options
author | Parthasarathi Susarla <sparthasarathi@novell.com> | 2006-02-15 15:52:48 +0800 |
---|---|---|
committer | Parthasarathi Susarla <saps@src.gnome.org> | 2006-02-15 15:52:48 +0800 |
commit | a15b609967897ae2b303b7ae4bec52963e089463 (patch) | |
tree | 5abd52418adb10f1a4e849a16871badf42c2e706 /mail | |
parent | 00f170eb7ef84cf3043fb9f7b0807c5a7e5a8e6b (diff) | |
download | gsoc2013-evolution-a15b609967897ae2b303b7ae4bec52963e089463.tar.gz 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')
-rw-r--r-- | mail/ChangeLog | 5 | ||||
-rw-r--r-- | mail/mail-mt.c | 4 |
2 files changed, 7 insertions, 2 deletions
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 <sparthasarathi@novell.com> + + * mail-mt.c: (do_op_status): + need to show the stauts message + 2006-02-15 Shi Pu <shi.pu@sun.com> 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); |