bu5hm4n pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=13a9a508cec5765e2265670b5f3d7c8ebbdcedc0
commit 13a9a508cec5765e2265670b5f3d7c8ebbdcedc0 Author: Bryce Harrington <[email protected]> Date: Mon May 8 19:04:47 2017 +0200 elm_cnp: Fix typo Summary: Removes extraneous 'or' in debug message due to change from commit 27375735. Reviewers: bu5hm4n Reviewed By: bu5hm4n Subscribers: bu5hm4n, cedric, jpeg Differential Revision: https://phab.enlightenment.org/D4859 --- src/lib/elementary/elm_cnp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/elementary/elm_cnp.c b/src/lib/elementary/elm_cnp.c index f08488f..d0e038b 100644 --- a/src/lib/elementary/elm_cnp.c +++ b/src/lib/elementary/elm_cnp.c @@ -5576,7 +5576,7 @@ _cont_obj_mouse_move(void *data, Evas *e EINA_UNUSED, Evas_Object *obj EINA_UNUS if (ev->event_flags & EVAS_EVENT_FLAG_ON_HOLD) { - cnp_debug("event on hold or - have to cancel DnD\n"); + cnp_debug("event on hold - have to cancel DnD\n"); _abort_drag(obj, st); st = NULL; --
