diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2002-02-14 06:28:39 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2002-02-14 06:28:39 +0800 |
commit | 7751734b69ac0e104c69aea46c8a512465eaa249 (patch) | |
tree | 3606722c4fb7e8559877fe7b439a94e07930a7b6 /mail/message-list.etspec | |
parent | 650dfce65f38f23279085082a293f97c28469f3d (diff) | |
download | gsoc2013-evolution-7751734b69ac0e104c69aea46c8a512465eaa249.tar.gz gsoc2013-evolution-7751734b69ac0e104c69aea46c8a512465eaa249.tar.zst gsoc2013-evolution-7751734b69ac0e104c69aea46c8a512465eaa249.zip |
Set the followup icon to use the new flag icon rather than the exclamation
2002-02-13 Jeffrey Stedfast <fejj@ximian.com>
* 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
Diffstat (limited to 'mail/message-list.etspec')
-rw-r--r-- | mail/message-list.etspec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/message-list.etspec b/mail/message-list.etspec index 4f91cbb98d..c4c86b13b2 100644 --- a/mail/message-list.etspec +++ b/mail/message-list.etspec @@ -19,7 +19,7 @@ <ETableColumn model_col= "9" _title="Size" expansion="0.2" minimum_width="32" resizable="true" cell="render_size" compare="integer"/> - <ETableColumn model_col= "10" _title="Flag Status" pixbuf="flagged" expansion="0.0" minimum_width="18" resizable="false" cell="render_flag_status" compare="integer"/> + <ETableColumn model_col= "10" _title="Flag Status" pixbuf="followup" expansion="0.0" minimum_width="18" resizable="false" cell="render_flag_status" compare="integer"/> <ETableColumn model_col= "11" _title="Follow Up Flag" expansion="0.2" minimum_width="32" resizable="true" cell="render_text" compare="string"/> |