projects
/
platform
/
upstream
/
efl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9dc55bd
)
efl_ui_dnd: fix the wrong parameter passing
author
Taehyub Kim
<taehyub.kim@samsung.com>
Mon, 28 Jan 2019 07:58:35 +0000
(16:58 +0900)
committer
Taehyub 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
patch
|
blob
|
history
diff --git
a/src/lib/elementary/efl_ui_dnd.c
b/src/lib/elementary/efl_ui_dnd.c
index 672e3ddfd424ad10796e04aeb5865ad22320fd7e..fae5b9ddea59d8c79024137fec81ca8c6e133998 100644
(file)
--- a/
src/lib/elementary/efl_ui_dnd.c
+++ b/
src/lib/elementary/efl_ui_dnd.c
@@
-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,