diff options
author | Not Zed <NotZed@Ximian.com> | 2002-07-16 10:38:41 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2002-07-16 10:38:41 +0800 |
commit | 7f0ab8334b1dcdf8beb19ea28005ba6055c7bfc0 (patch) | |
tree | 319340d3b5cb0a0d45e872b869875e7c2c100bb8 /mail/ChangeLog | |
parent | 09a5b6b00a5ace026bf019e3a6eba905e4312d2d (diff) | |
download | gsoc2013-evolution-7f0ab8334b1dcdf8beb19ea28005ba6055c7bfc0.tar gsoc2013-evolution-7f0ab8334b1dcdf8beb19ea28005ba6055c7bfc0.tar.gz gsoc2013-evolution-7f0ab8334b1dcdf8beb19ea28005ba6055c7bfc0.tar.bz2 gsoc2013-evolution-7f0ab8334b1dcdf8beb19ea28005ba6055c7bfc0.tar.lz gsoc2013-evolution-7f0ab8334b1dcdf8beb19ea28005ba6055c7bfc0.tar.xz gsoc2013-evolution-7f0ab8334b1dcdf8beb19ea28005ba6055c7bfc0.tar.zst gsoc2013-evolution-7f0ab8334b1dcdf8beb19ea28005ba6055c7bfc0.zip |
Lookup the label colour based on the label token, not an integer.
2002-07-15 Not Zed <NotZed@Ximian.com>
* message-list.c (ml_tree_value_at): Lookup the label colour based
on the label token, not an integer.
* folder-browser.c (on_right_click): Lookup the label name from
the filter type. Sigh, a bunch of other code should do similar
but i'm going to leave it as integers.
(set_msg_label): Set the label directly.
svn path=/trunk/; revision=17473
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index e0b40785f3..97a2dc0f27 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -33,6 +33,14 @@ 2002-07-15 Not Zed <NotZed@Ximian.com> + * message-list.c (ml_tree_value_at): Lookup the label colour based + on the label token, not an integer. + + * folder-browser.c (on_right_click): Lookup the label name from + the filter type. Sigh, a bunch of other code should do similar + but i'm going to leave it as integers. + (set_msg_label): Set the label directly. + * mail-vfolder.c (vfolder_editor_clicked): Set the vfolder_editor variable to null before we close the dialogue, otherwise the close destroys it and reverts the file. |