efl/edje: one less use of evas_object_type_get.

SVN revision: 83408
This commit is contained in:
Cedric BAIL 2013-01-29 06:01:42 +00:00
parent 3291f02bff
commit da4efb7b56
1 changed files with 1 additions and 1 deletions

View File

@ -3378,7 +3378,7 @@ _edje_part_recalc(Edje *ed, Edje_Real_Part *ep, int flags, Edje_Calc_Params *sta
evas_map_util_points_populate_from_object(map, ep->object);
if (ep->part->type == EDJE_PART_TYPE_IMAGE ||
((ep->part->type == EDJE_PART_TYPE_SWALLOW) &&
(!strcmp(evas_object_type_get(mo), "image") &&
(eo_isa(mo, EVAS_OBJ_IMAGE_CLASS) &&
(!evas_object_image_source_get(mo))))
)
{