diff options
Diffstat (limited to 'e-util')
-rw-r--r-- | e-util/ChangeLog | 3 | ||||
-rw-r--r-- | e-util/e-categories-config.c | 1 |
2 files changed, 4 insertions, 0 deletions
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 <rodrigo@ximian.com> + * 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 */ |