diff options
author | Dan Winship <danw@src.gnome.org> | 2000-11-02 03:19:31 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2000-11-02 03:19:31 +0800 |
commit | ef363f6c57a4e9d8e882816d43b36a969418acdd (patch) | |
tree | 4c47a68f98fc35976df5748dd18e0daad670e53f /mail/ChangeLog | |
parent | 35dbdc03e9f13ae8bd6196d1c49bf8c233b103ab (diff) | |
download | gsoc2013-evolution-ef363f6c57a4e9d8e882816d43b36a969418acdd.tar gsoc2013-evolution-ef363f6c57a4e9d8e882816d43b36a969418acdd.tar.gz gsoc2013-evolution-ef363f6c57a4e9d8e882816d43b36a969418acdd.tar.bz2 gsoc2013-evolution-ef363f6c57a4e9d8e882816d43b36a969418acdd.tar.lz gsoc2013-evolution-ef363f6c57a4e9d8e882816d43b36a969418acdd.tar.xz gsoc2013-evolution-ef363f6c57a4e9d8e882816d43b36a969418acdd.tar.zst gsoc2013-evolution-ef363f6c57a4e9d8e882816d43b36a969418acdd.zip |
Lots of fixes and simplifications. Should get rid of the "missing icon"
* mail-display.c (pixbuf_gen_idle): Lots of fixes and
simplifications. Should get rid of the "missing icon" problem.
There is still a problem with some images failing to get
thumbnails, even though they display correctly.
(pixbuf_for_mime_type): New function to try really hard to get the
right icon for a MIME type, including looking in mc and nautilus's
pixmap directories.
(on_object_requested): Always use pixbuf_gen_idle, even for
non-image types, to prevent code duplication.
svn path=/trunk/; revision=6317
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 447547fdc6..dbe644ca6e 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,15 @@ +2000-11-01 Dan Winship <danw@helixcode.com> + + * mail-display.c (pixbuf_gen_idle): Lots of fixes and + simplifications. Should get rid of the "missing icon" problem. + There is still a problem with some images failing to get + thumbnails, even though they display correctly. + (pixbuf_for_mime_type): New function to try really hard to get the + right icon for a MIME type, including looking in mc and nautilus's + pixmap directories. + (on_object_requested): Always use pixbuf_gen_idle, even for + non-image types, to prevent code duplication. + 2000-10-31 Jeffrey Stedfast <fejj@helixcode.com> * mail-format.c (mail_get_message_body): Shouldn't we be |