From 7751734b69ac0e104c69aea46c8a512465eaa249 Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Wed, 13 Feb 2002 22:28:39 +0000 Subject: Set the followup icon to use the new flag icon rather than the exclamation 2002-02-13 Jeffrey Stedfast * folder-browser-ui.c: Set the followup icon to use the new flag icon rather than the exclamation mark icon. * mail-callbacks.c (flag_for_followup): Append the selected messages to the clist in the followp editor. * message-list.c: Include the new flag-for-followup icon. * message-tag-followup.c (message_tag_followup_append_message): New method to add a message to the message-list. (construct): Get the message_list widget and load the flag icon pixmap. svn path=/trunk/; revision=15720 --- mail/message-list.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'mail/message-list.c') diff --git a/mail/message-list.c b/mail/message-list.c index e3c6f3f726..f2dfcf1918 100644 --- a/mail/message-list.c +++ b/mail/message-list.c @@ -59,6 +59,7 @@ #include "art/score-high.xpm" #include "art/score-higher.xpm" #include "art/score-highest.xpm" +#include "art/flag-for-followup.xpm" /*#define TIMEIT */ @@ -152,7 +153,7 @@ static struct { { score_high_xpm, NULL }, { score_higher_xpm, NULL }, { score_highest_xpm, NULL }, - { priority_high_xpm, NULL }, /* FIXME: replace with a flag icon */ + { flag_for_followup_xpm,NULL }, { NULL, NULL } }; -- cgit v1.2.3