diff options
author | Dan Winship <danw@src.gnome.org> | 2001-09-20 02:15:57 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2001-09-20 02:15:57 +0800 |
commit | 982c014bffdcf15207e8a778689d1156ffc5161e (patch) | |
tree | 3b7cd46eae87313a65a85a3180bac11d9f4179d4 /my-evolution/ChangeLog | |
parent | 27dd700efbc33945e59eab8f35c62a6444b334bd (diff) | |
download | gsoc2013-evolution-982c014bffdcf15207e8a778689d1156ffc5161e.tar.gz gsoc2013-evolution-982c014bffdcf15207e8a778689d1156ffc5161e.tar.zst gsoc2013-evolution-982c014bffdcf15207e8a778689d1156ffc5161e.zip |
Hack around gdkpixbuf lossage by not trying to display the images
* e-summary.c (read_callback, etc): Hack around gdkpixbuf lossage
by not trying to display the images incrementall. Instead, just
wait until we've read the whole file, then display it all at once.
Prevents garbage when rendering the icons.
svn path=/trunk/; revision=12982
Diffstat (limited to 'my-evolution/ChangeLog')
-rw-r--r-- | my-evolution/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/my-evolution/ChangeLog b/my-evolution/ChangeLog index d2d86d2436..2511007499 100644 --- a/my-evolution/ChangeLog +++ b/my-evolution/ChangeLog @@ -1,3 +1,10 @@ +2001-09-19 Dan Winship <danw@ximian.com> + + * e-summary.c (read_callback, etc): Hack around gdkpixbuf lossage + by not trying to display the images incrementall. Instead, just + wait until we've read the whole file, then display it all at once. + Prevents garbage when rendering the icons. + 2001-09-18 Iain Holmes <iain@ximian.com> * e-summary-preferences.c (weather_remove_clicked_cb): Select the next |