efl_ui_dnd: fix the wrong parameter passing
authorTaehyub Kim <taehyub.kim@samsung.com>
Mon, 28 Jan 2019 07:58:35 +0000 (16:58 +0900)
committerTaehyub Kim <taehyub.kim@samsung.com>
Thu, 31 Jan 2019 02:05:33 +0000 (11:05 +0900)
Summary: fix the wrong parameter passing

Reviewers: Jaehyun_Cho

Reviewed By: Jaehyun_Cho

Subscribers: cedric, #reviewers, #committers

Tags: #efl

Differential Revision: https://phab.enlightenment.org/D7797

src/lib/elementary/efl_ui_dnd.c

index 672e3dd..fae5b9d 100644 (file)
@@ -840,7 +840,7 @@ elm_drag_item_container_add(Evas_Object *obj, double anim_tm, double tm_to_drag,
    di_list = eina_list_append(di_list, di);
    efl_key_data_set(obj, "__cont_drag_item", di_list);
    evas_object_event_callback_add(obj, EVAS_CALLBACK_DEL, _cont_drag_obj_del_cb, NULL);
-   efl_ui_selection_manager_container_drag_item_add(sel_man, obj, anim_tm, tm_to_drag,
+   efl_ui_selection_manager_container_drag_item_add(sel_man, obj, tm_to_drag, anim_tm,
                                                  di, _cont_drag_data_func, NULL,
                                                  di, _cont_drag_item_func, NULL,
                                                  di, _cont_drag_icon_create, NULL,