elm_part: use TYPE _CLASS instead of MY_CLASS
authorYeongJong Lee <yj34.lee@samsung.com>
Mon, 26 Feb 2018 12:21:57 +0000 (21:21 +0900)
committerWonki Kim <wonki_.kim@samsung.com>
Tue, 10 Apr 2018 11:10:39 +0000 (20:10 +0900)
commit41c2cfdcd1a088d838f7302dc541f479958d0832
treefba5cabc96aeee95df0bf559501bc1aabb1c345e
parent48864d2eb3073cf9e1a35775b00b7908a9e42717
elm_part: use TYPE _CLASS instead of MY_CLASS

Summary:
legacy part do not have MY_CLASS. if ELM_PART_OVERRIDE_PARTIAL is used for
legacy part, it call efl_super(non-legacy class).
we need super of TYPE _CLASS instead of MY_CLASS.

Test Plan:
WITH D5818
1. elementary_test -to progressbar
2. check that efl_part is working in _progressbar_part_value_set

Reviewers: cedric, woohyun, Jaehyun_Cho

Reviewed By: Jaehyun_Cho

Differential Revision: https://phab.enlightenment.org/D5819
src/lib/elementary/elm_part_helper.h