diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2003-10-22 02:28:34 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2003-10-22 02:28:34 +0800 |
commit | 0fb08f3ff81575a4749d851404233f34252dd2f2 (patch) | |
tree | 7e03befedc3a76fd104921dbbc616810d87333be /mail/mail-mt.c | |
parent | 0e19f2c16de592607a341eb9974d31e4e47e02b5 (diff) | |
download | gsoc2013-evolution-0fb08f3ff81575a4749d851404233f34252dd2f2.tar.gz gsoc2013-evolution-0fb08f3ff81575a4749d851404233f34252dd2f2.tar.zst gsoc2013-evolution-0fb08f3ff81575a4749d851404233f34252dd2f2.zip |
Merge new-ui-branch to the trunk.
svn path=/trunk/; revision=22964
Diffstat (limited to 'mail/mail-mt.c')
-rw-r--r-- | mail/mail-mt.c | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/mail/mail-mt.c b/mail/mail-mt.c index 603e55dd50..cb75fe93bf 100644 --- a/mail/mail-mt.c +++ b/mail/mail-mt.c @@ -28,8 +28,6 @@ #include "mail-session.h" #include "mail-mt.h" -#include "component-factory.h" - /*#define MALLOC_CHECK*/ #define LOG_OPS #define LOG_LOCKS @@ -911,10 +909,11 @@ static void do_op_status(struct _mail_msg *mm) what = msg->ops->describe_msg (msg, FALSE); else what = _("Working"); - + + /* EPFIXME: redo activity client stuff. */ if (global_shell_client) { activity = evolution_activity_client_new (global_shell_client, - COMPONENT_ID, + "evolution-mail", progress_icon, what, TRUE, &display); } else { |