From 755bbf3a88c3daed0caf3a11cb59d6bb21453728 Mon Sep 17 00:00:00 2001 From: Sankar P Date: Fri, 21 Apr 2006 08:10:37 +0000 Subject: Fix the cryptic hexa-status-bar-message. The problem still lies somewhere. 2006-04-21 Sankar P * mail-mt.c: (do_op_status): Fix the cryptic hexa-status-bar-message. The problem still lies somewhere. But dont show something weird to the user. svn path=/trunk/; revision=31849 --- mail/mail-mt.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mail/mail-mt.c') diff --git a/mail/mail-mt.c b/mail/mail-mt.c index cd613372b8..f9375bf02b 100644 --- a/mail/mail-mt.c +++ b/mail/mail-mt.c @@ -978,8 +978,8 @@ static void do_op_status(struct _mail_msg *mm) what = msg->ops->describe_msg (msg, FALSE); /* uncommenting because message is not very useful for a user, see bug 271734*/ else { - what = g_strdup_printf("Working %p", msg); - } + what = g_strdup(""); + } data->activity_id = e_activity_handler_operation_started (activity_handler, "evolution-mail", progress_icon, what, TRUE); -- cgit