elm_win: fix widget type name for backward compatibility
authorYeongJong Lee <yj34.lee@samsung.com>
Thu, 31 May 2018 12:39:34 +0000 (21:39 +0900)
committerWonki Kim <wonki_.kim@samsung.com>
Fri, 1 Jun 2018 05:48:22 +0000 (14:48 +0900)
commit8ffe6887e1ed4c8396d4e8373d8ea21a1b06161d
treea2682d08de7a2f9681df2fa596ea5d9a8718b84c
parenta1a9e370b3c607f489caac06924431d99f4cf19b
elm_win: fix widget type name for backward compatibility

Summary:
It should use legacy class in elm_win_add.

this patch fixes T6898, T6899

Test Plan: make check

Reviewers: zmike, Jaehyun_Cho

Reviewed By: Jaehyun_Cho

Subscribers: cedric, #committers

Tags: #efl

Maniphest Tasks: T6899, T6898

Differential Revision: https://phab.enlightenment.org/D6233
src/Makefile_Elementary.am
src/lib/elementary/efl_ui_widget.c
src/lib/elementary/efl_ui_win.c
src/lib/elementary/efl_ui_win_inlined.c
src/lib/elementary/efl_ui_win_inlined_legacy.eo [new file with mode: 0644]
src/lib/elementary/efl_ui_win_socket.c
src/lib/elementary/efl_ui_win_socket_legacy.eo [new file with mode: 0644]
src/tests/elementary/elm_test_win.c