efl_ui_widget: remove widget_parent overwritting
authorMarcel Hollerbach <mail@marcel-hollerbach.de>
Wed, 27 Feb 2019 16:46:16 +0000 (17:46 +0100)
committerJunsuChoi <jsuya.choi@samsung.com>
Fri, 15 Mar 2019 04:23:19 +0000 (13:23 +0900)
commita40eb658890da0ee142c91ff9f900ae797521252
tree9899a4737ba60ff0392c9ac79a9ba2c5ecd13ad6
parent5f91e7e13286231470bf581e4b86e09740edc090
efl_ui_widget: remove widget_parent overwritting

before the widget_parent have been only set once. The call to the set
was in the constructor and carried the efl_parent. In the next commit
widget_parent is getting a refactor, which gives it more meaning, where
it is actaully called, which means, the behaviour will change. In order
to not break every existing usage of the here changed widgets, we move
the code to the constructor, and feed it with the efl_parent, just like
before.

Differential Revision: https://phab.enlightenment.org/D8041

Change-Id: Id39fb73831c45d33b6c419316e806fafec9cbfaf
16 files changed:
src/lib/elementary/elc_ctxpopup.c
src/lib/elementary/elc_hoversel.c
src/lib/elementary/elc_popup.c
src/lib/elementary/elm_conform.c
src/lib/elementary/elm_conformant_eo.c
src/lib/elementary/elm_ctxpopup_eo.c
src/lib/elementary/elm_hover.c
src/lib/elementary/elm_hover_eo.c
src/lib/elementary/elm_hoversel_eo.c
src/lib/elementary/elm_inwin.c
src/lib/elementary/elm_inwin_eo.c
src/lib/elementary/elm_menu.c
src/lib/elementary/elm_menu_eo.c
src/lib/elementary/elm_notify.c
src/lib/elementary/elm_notify_eo.c
src/lib/elementary/elm_popup_eo.c