elm_conform: remember window pointer. 57/43057/2
authorJaehwan Kim <jae.hwan.kim@samsung.com>
Tue, 7 Jul 2015 07:22:31 +0000 (16:22 +0900)
committerJaehwan Kim <jae.hwan.kim@samsung.com>
Tue, 7 Jul 2015 10:50:42 +0000 (03:50 -0700)
commit5002a820e39397ffb0284d9e8e583057087e4a32
tree3e32fb6ab43ada2fa7469c573fa10a7d66a4ecd0
parent23d825fc54b1c02dbf9e9285c926d23bef65c89a
elm_conform: remember window pointer.

When the conformant is removed, elm_widget_sub_object_del is called
before calling _elm_conformant_evas_object_smart_del.
Because parent-child relation about window-conformant is unrelated,
there's no meaning elm_widget_top_get in
_elm_conformant_evas_object_smart_del.

@fix

Conflicts:
src/lib/elm_conform.c

Change-Id: I5199cf5469d32c40f417670058531c642b49f845
origin: upstream
src/lib/elm_conform.c
src/lib/elm_widget_conform.h