diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2002-12-14 06:05:16 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2002-12-14 06:05:16 +0800 |
commit | 33f5b6f67d90bffdb7a83a07d619face63e9983c (patch) | |
tree | c1b209e283b24dcf173b39bc46f8ebe4c887886c /mail/ChangeLog | |
parent | d5749529a83e95689c94afed125159ddb57558c2 (diff) | |
download | gsoc2013-evolution-33f5b6f67d90bffdb7a83a07d619face63e9983c.tar gsoc2013-evolution-33f5b6f67d90bffdb7a83a07d619face63e9983c.tar.gz gsoc2013-evolution-33f5b6f67d90bffdb7a83a07d619face63e9983c.tar.bz2 gsoc2013-evolution-33f5b6f67d90bffdb7a83a07d619face63e9983c.tar.lz gsoc2013-evolution-33f5b6f67d90bffdb7a83a07d619face63e9983c.tar.xz gsoc2013-evolution-33f5b6f67d90bffdb7a83a07d619face63e9983c.tar.zst gsoc2013-evolution-33f5b6f67d90bffdb7a83a07d619face63e9983c.zip |
Fix the colour code to get a guint32 rgb correctly (I think - can't test
2002-12-13 Jeffrey Stedfast <fejj@ximian.com>
* mail-preferences.c (mail_preferences_construct): Fix the colour
code to get a guint32 rgb correctly (I think - can't test because
the shell keeps crashing, yay).
svn path=/trunk/; revision=19114
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 1b63b6b79e..da51461bd5 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,5 +1,9 @@ 2002-12-13 Jeffrey Stedfast <fejj@ximian.com> + * mail-preferences.c (mail_preferences_construct): Fix the colour + code to get a guint32 rgb correctly (I think - can't test because + the shell keeps crashing, yay). + * message-tag-followup.c (construct): Don't re-use cell renderers - I'm not sure this is actually safe to do. |