Edje: Makes no sense to call evas_object_evas_get Again when we

previously called it a few lines above.

Signed-off-by: Christopher Michael <cp.michael@samsung.com>

SVN revision: 78356
This commit is contained in:
Christopher Michael 2012-10-23 06:16:08 +00:00 committed by Christopher Michael
parent 98de831563
commit 74419525cf
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ _edje_smart_add(Eo *obj, void *_pd, va_list *list EINA_UNUSED)
evas_event_freeze(tev);
ed->base->evas = evas_object_evas_get(obj);
ed->base->evas = tev;
ed->base->clipper = evas_object_rectangle_add(ed->base->evas);
evas_object_static_clip_set(ed->base->clipper, 1);
evas_object_smart_member_add(ed->base->clipper, obj);