diff options
author | Not Zed <NotZed@Ximian.com> | 2003-12-02 15:33:19 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2003-12-02 15:33:19 +0800 |
commit | 4efabf66a2602de4f23dad51ca9114c40cff77b4 (patch) | |
tree | c71048ecbcbb6dab622464c7f44725bf49094dc5 /mail/ChangeLog | |
parent | e5ae94bcddd842ce0c64238117f96e70daabf459 (diff) | |
download | gsoc2013-evolution-4efabf66a2602de4f23dad51ca9114c40cff77b4.tar.gz gsoc2013-evolution-4efabf66a2602de4f23dad51ca9114c40cff77b4.tar.zst gsoc2013-evolution-4efabf66a2602de4f23dad51ca9114c40cff77b4.zip |
setup another image (followup completed) to flag status list.
2003-12-02 Not Zed <NotZed@Ximian.com>
* message-list.c (message_list_create_extras): setup another image
(followup completed) to flag status list.
(states_pixmaps[]): added flag_for_followup_done.
(ml_tree_value_at): return 0,1 or 2 for completed icon. also use
the real ints, these shouldn't have been true/false. Bug #43514.
svn path=/trunk/; revision=23570
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index dfc30a058b..aa82ad9aa5 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,5 +1,11 @@ 2003-12-02 Not Zed <NotZed@Ximian.com> + * message-list.c (message_list_create_extras): setup another image + (followup completed) to flag status list. + (states_pixmaps[]): added flag_for_followup_done. + (ml_tree_value_at): return 0,1 or 2 for completed icon. also use + the real ints, these shouldn't have been true/false. Bug #43514. + * evolution-mail.schemas: Added empty_trash prompt key. * em-utils.c (em_utils_prompt_user): changed to take the gconf |