aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mail-mt.c
diff options
context:
space:
mode:
Diffstat (limited to 'mail/mail-mt.c')
-rw-r--r--mail/mail-mt.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/mail/mail-mt.c b/mail/mail-mt.c
index 7afb2efe18..4c353195de 100644
--- a/mail/mail-mt.c
+++ b/mail/mail-mt.c
@@ -22,6 +22,7 @@
#include "camel/camel-operation.h"
#include "e-activity-handler.h"
+#include <e-util/e-icon-factory.h>
#include "mail-config.h"
#include "camel/camel-url.h"
@@ -52,9 +53,6 @@ struct _mail_msg_priv {
int activity_id;
};
-/* This is used for the mail status bar, cheap and easy */
-#include "art/mail-new.xpm"
-
static GdkPixbuf *progress_icon = NULL;
/* mail_msg stuff */
@@ -894,7 +892,7 @@ static void do_op_status(struct _mail_msg *mm)
data->activity_state = 1;
if (progress_icon == NULL)
- progress_icon = gdk_pixbuf_new_from_xpm_data ((const char **)mail_new_xpm);
+ progress_icon = e_icon_factory_get_icon ("stock_mail-unread", 16);
MAIL_MT_UNLOCK (mail_msg_lock);
if (msg->ops->describe_msg)