jaehyun pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=19833657e81734ac0b9d4bd9ffcca0dddfe21867

commit 19833657e81734ac0b9d4bd9ffcca0dddfe21867
Author: Hosang Kim <hosang12....@samsung.com>
Date:   Tue May 15 20:13:06 2018 +0900

    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
---
 src/lib/elementary/efl_ui_widget.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/lib/elementary/efl_ui_widget.c 
b/src/lib/elementary/efl_ui_widget.c
index 83451defd4..b4fe8ee6ee 100644
--- a/src/lib/elementary/efl_ui_widget.c
+++ b/src/lib/elementary/efl_ui_widget.c
@@ -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" },

-- 


Reply via email to