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:
committed by
Rodrigo Moya
parent
01fa840a36
commit
76ab4cd9fc
@ -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)
|
||||
|
||||
|
||||
@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user