Bug Fix, actions are not having any icons !

This commit is contained in:
Marcel Hollerbach 2014-02-09 17:35:57 +01:00
parent e7ed89d630
commit 1160e12c0c
1 changed files with 2 additions and 0 deletions

View File

@ -583,6 +583,8 @@ _entrance_gui_action_text_get(void *data, Evas_Object *obj EINA_UNUSED, const ch
{
Entrance_Action *ea;
ea = data;
if ((part) && (!strcmp(part, "icon")))
return NULL;
return strdup(ea->label);
}