diff options
author | Rodney Dawes <dobey@ximian.com> | 2003-12-06 06:48:03 +0800 |
---|---|---|
committer | Rodney Dawes <dobey@src.gnome.org> | 2003-12-06 06:48:03 +0800 |
commit | a3a13cabde5949348f1cdc02f645909540070500 (patch) | |
tree | 9dc22c2ac2ccc2508e4c8f57cc4f427e6a459da8 /mail/ChangeLog | |
parent | be6ff1542b8c3e074293f7b214985343efd233b3 (diff) | |
download | gsoc2013-evolution-a3a13cabde5949348f1cdc02f645909540070500.tar.gz gsoc2013-evolution-a3a13cabde5949348f1cdc02f645909540070500.tar.zst gsoc2013-evolution-a3a13cabde5949348f1cdc02f645909540070500.zip |
Fixes bug #51482
2003-12-05 Rodney Dawes <dobey@ximian.com>
Fixes bug #51482
* em-folder-tree.c (render_display_name): Don't hardcode colors
for the folder tree, instead use bold for unread, as in 1.4
svn path=/trunk/; revision=23656
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 521efd7bae..b591f1aeef 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,10 @@ +2003-12-05 Rodney Dawes <dobey@ximian.com> + + Fixes bug #51482 + + * em-folder-tree.c (render_display_name): Don't hardcode colors + for the folder tree, instead use bold for unread, as in 1.4 + 2003-12-05 Radek Doulik <rodo@ximian.com> * em-html-stream.c (emhs_sync_flush): use new gtk_html_flush |