From 76ab4cd9fce53cd4db8906d47b599f3264c8bd48 Mon Sep 17 00:00:00 2001 From: Rodrigo Moya Date: Fri, 10 Aug 2001 00:27:11 +0000 Subject: return when there's no icon associated with the category 2001-08-09 Rodrigo Moya * e-categories-config.c (e_categories_config_get_icon_for): return when there's no icon associated with the category svn path=/trunk/; revision=11860 --- e-util/ChangeLog | 3 +++ e-util/e-categories-config.c | 1 + 2 files changed, 4 insertions(+) diff --git a/e-util/ChangeLog b/e-util/ChangeLog index 304e2f43e0..26109f20aa 100644 --- a/e-util/ChangeLog +++ b/e-util/ChangeLog @@ -1,5 +1,8 @@ 2001-08-09 Rodrigo Moya + * e-categories-config.c (e_categories_config_get_icon_for): return + when there's no icon associated with the category + * e-categories-config.c: reworked to use the ECategoriesMasterListWombat class. Also, load correctly images (fixes #6794) diff --git a/e-util/e-categories-config.c b/e-util/e-categories-config.c index 25c6ceff5c..72db8e572c 100644 --- a/e-util/e-categories-config.c +++ b/e-util/e-categories-config.c @@ -96,6 +96,7 @@ e_categories_config_get_icon_for (const char *category, GdkPixmap **pixmap, GdkB *pixmap = NULL; if (mask != NULL) *mask = NULL; + return; } /* load the icon in our list */ -- cgit v1.2.3