diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2003-03-18 05:08:04 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2003-03-18 05:08:04 +0800 |
commit | 8b4ca6c023a17e7a8d7d7c3101d020765d0d0719 (patch) | |
tree | e3703d9c52598996bf5d6a8efc5fb80bb89ce42a /mail/ChangeLog | |
parent | c56a8e8c2da02675ffd6a37969c11af751b0fc0f (diff) | |
download | gsoc2013-evolution-8b4ca6c023a17e7a8d7d7c3101d020765d0d0719.tar.gz gsoc2013-evolution-8b4ca6c023a17e7a8d7d7c3101d020765d0d0719.tar.zst gsoc2013-evolution-8b4ca6c023a17e7a8d7d7c3101d020765d0d0719.zip |
If we fail to load the pixbuf, don't use it (stops some g_warnings).
2003-03-17 Jeffrey Stedfast <fejj@ximian.com>
* mail-display.c (pixbuf_gen_idle): If we fail to load the pixbuf,
don't use it (stops some g_warnings).
svn path=/trunk/; revision=20319
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 2bb3e4be10..a40d4ae6a1 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,5 +1,8 @@ 2003-03-17 Jeffrey Stedfast <fejj@ximian.com> + * mail-display.c (pixbuf_gen_idle): If we fail to load the pixbuf, + don't use it (stops some g_warnings). + Part of a fix for bug #39809 * mail-vfolder.c (vfolder_edit): Don't add the cancel button here. |