jaehyun pushed a commit to branch master.

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

commit c83895b14413add0d7972ba7cb24220a16dca94a
Author: Taehyub Kim <taehyub....@samsung.com>
Date:   Thu Apr 26 21:00:35 2018 +0900

    efl_ui_win: fix the wrong bracket
    
    Summary: efl_ui_win: fix the wrong bracket
    
    Reviewers: Jaehyun_Cho
    
    Reviewed By: Jaehyun_Cho
    
    Subscribers: cedric, stefan
    
    Differential Revision: https://phab.enlightenment.org/D6007
---
 src/lib/elementary/efl_ui_win.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/lib/elementary/efl_ui_win.c b/src/lib/elementary/efl_ui_win.c
index 5a4cf3acb7..14e6c9ff13 100644
--- a/src/lib/elementary/efl_ui_win.c
+++ b/src/lib/elementary/efl_ui_win.c
@@ -3143,7 +3143,7 @@ _elm_win_wl_cursor_set(Evas_Object *obj, const char 
*cursor)
           }
         evas_object_move(sd->pointer.obj, 0, 0);
         evas_object_resize(sd->pointer.obj, mw, mh);
-        if (elm_widget_is_legacy(obj)
+        if (elm_widget_is_legacy(obj))
           edje_object_part_geometry_get(sd->pointer.obj,
                                         "elm.swallow.hotspot",
                                         &hx, &hy, NULL, NULL);

-- 


Reply via email to