return when there's no icon associated with the category

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

svn path=/trunk/; revision=11860
This commit is contained in:
Rodrigo Moya
2001-08-10 00:27:11 +00:00
committed by Rodrigo Moya
parent 01fa840a36
commit 76ab4cd9fc
2 changed files with 4 additions and 0 deletions

View File

@ -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)

View File

@ -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 */