aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/ChangeLog
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2004-02-26 05:15:45 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2004-02-26 05:15:45 +0800
commit7bc051c5495f7443220709149a999eeebb6640b1 (patch)
tree7bc1b3e2ab707bce6c0052b0656c3856d8e64cba /e-util/ChangeLog
parentb75230fcd89e0dc054e8744cbdc1d3fdbd1c3542 (diff)
downloadgsoc2013-evolution-7bc051c5495f7443220709149a999eeebb6640b1.tar
gsoc2013-evolution-7bc051c5495f7443220709149a999eeebb6640b1.tar.gz
gsoc2013-evolution-7bc051c5495f7443220709149a999eeebb6640b1.tar.bz2
gsoc2013-evolution-7bc051c5495f7443220709149a999eeebb6640b1.tar.lz
gsoc2013-evolution-7bc051c5495f7443220709149a999eeebb6640b1.tar.xz
gsoc2013-evolution-7bc051c5495f7443220709149a999eeebb6640b1.tar.zst
gsoc2013-evolution-7bc051c5495f7443220709149a999eeebb6640b1.zip
Protect against feeding gdk_pixbuf_new_from_file() a NULL path. Clears up
2004-02-25 Jeffrey Stedfast <fejj@ximian.com> * e-gui-utils.c (e_icon_for_mime_type): Protect against feeding gdk_pixbuf_new_from_file() a NULL path. Clears up some console warning spewage. svn path=/trunk/; revision=24874
Diffstat (limited to 'e-util/ChangeLog')
-rw-r--r--e-util/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/e-util/ChangeLog b/e-util/ChangeLog
index 94b3f4a095..b4b75c01fc 100644
--- a/e-util/ChangeLog
+++ b/e-util/ChangeLog
@@ -1,3 +1,9 @@
+2004-02-25 Jeffrey Stedfast <fejj@ximian.com>
+
+ * e-gui-utils.c (e_icon_for_mime_type): Protect against feeding
+ gdk_pixbuf_new_from_file() a NULL path. Clears up some console
+ warning spewage.
+
2004-02-19 Not Zed <NotZed@Ximian.com>
* e-pilot-util.c: include string.h, fixes 64 bit crash. From