Ephoto: Place icons correctly.

This commit is contained in:
Stephen okra Houston 2016-08-11 14:27:14 -05:00
parent 9af45797ec
commit a46fd8242e
1 changed files with 4 additions and 1 deletions

View File

@ -1603,10 +1603,13 @@ _header_text_get(void *data, Evas_Object *obj EINA_UNUSED, const char *part EINA
}
Evas_Object *
_item_content_get(void *data, Evas_Object *obj EINA_UNUSED, const char *part EINA_UNUSED)
_item_content_get(void *data, Evas_Object *obj EINA_UNUSED, const char *part)
{
Evas_Object *ic = data;
if (!strcmp(part, "elm.swallow.end"))
return NULL;
return ic;
}