controls: clean up code

This commit is contained in:
Boris Faure 2017-02-08 21:34:46 +01:00
parent 71f1fdc66c
commit 6c5c7d486c
1 changed files with 2 additions and 2 deletions

View File

@ -377,9 +377,9 @@ controls_toggle(Evas_Object *win, Evas_Object *bg, Evas_Object *term,
evas_object_show(o);
evas_object_event_callback_add(o, EVAS_CALLBACK_MOUSE_DOWN,
_cb_mouse_down, NULL);
evas_object_event_callback_add(ct_over, EVAS_CALLBACK_DEL,
evas_object_event_callback_add(o, EVAS_CALLBACK_DEL,
_cb_over_del, NULL);
ct_win = win;
ct_bg = bg;
ct_term = term;