elm_slider: fix test suite fail

Summary: change legacy widget name.

Reviewers: Jaehyun, stefan_schmidt, Jaehyun_Cho

Reviewed By: Jaehyun_Cho

Subscribers: cedric, zmike

Tags: #efl

Differential Revision: https://phab.enlightenment.org/D6162
This commit is contained in:
Hosang Kim 2018-05-15 20:13:06 +09:00 committed by Jaehyun Cho
parent bce7e7d0d7
commit 19833657e8
1 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,6 @@ static const char *legacy_type_table[][2] =
{ "Efl.Ui.Panes_Legacy", "Elm_Panes" },
{ "Efl.Ui.Progressbar_Legacy", "Elm_Progressbar" },
{ "Efl.Ui.Radio_Legacy", "Elm_Radio" },
{ "Efl.Ui.Slider_Legacy", "Elm_Slider" },
{ "Efl.Ui.Video_Legacy", "Elm_Video" },
{ "Efl.Ui.Win_Legacy", "Elm_Win" },
{ "Elm.Code_Widget_Legacy", "Elm_Code_Widget" },
@ -140,6 +139,7 @@ static const char *legacy_type_table[][2] =
{ "Elm.Index", "Elm_Index" },
{ "Elm.Label", "Elm_Label" },
{ "Elm.Panel", "Elm_Panel" },
{ "Elm.Slider", "Elm_Slider" },
{ "Elm.Slideshow", "Elm_Slideshow" },
{ "Elm.Spinner", "Elm_Spinner" },
{ "Elm.Plug", "Elm_Plug" },