diff options
author | Jeffrey Stedfast <fejj@novell.com> | 2004-05-20 03:54:50 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2004-05-20 03:54:50 +0800 |
commit | 4e1b5582d894ddbdefdae5c729788bc57f60886b (patch) | |
tree | d619fc973564fe2b3c0e3ae890b70979b44c1f01 /mail/ChangeLog | |
parent | 25d4d6ae5b37ce855ce0baabe36fde4ff9f442d1 (diff) | |
download | gsoc2013-evolution-4e1b5582d894ddbdefdae5c729788bc57f60886b.tar.gz gsoc2013-evolution-4e1b5582d894ddbdefdae5c729788bc57f60886b.tar.zst gsoc2013-evolution-4e1b5582d894ddbdefdae5c729788bc57f60886b.zip |
Changed to load an empty pixbuf manually rather than relying on the pixbuf
2004-05-19 Jeffrey Stedfast <fejj@novell.com>
* message-list.c (message_list_init_images): Changed to load an
empty pixbuf manually rather than relying on the pixbuf returned
for "" from e_icon_factory_get_icon() since it has changed to
return a broken image icon.
svn path=/trunk/; revision=25985
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 f8466b126c..76ef7598a0 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,10 @@ +2004-05-19 Jeffrey Stedfast <fejj@novell.com> + + * message-list.c (message_list_init_images): Changed to load an + empty pixbuf manually rather than relying on the pixbuf returned + for "" from e_icon_factory_get_icon() since it has changed to + return a broken image icon. + 2004-05-19 JP Rosevear <jpr@novell.com> * Makefile.am: don't dist the error .h file |