also FIXME-- from the last commit

SVN revision: 72805
This commit is contained in:
Mike Blumenkrantz 2012-06-25 12:11:30 +00:00
parent e1acc237ed
commit 51a2457da7
1 changed files with 0 additions and 1 deletions

View File

@ -129,7 +129,6 @@ e_shelf_zone_new(E_Zone *zone, const char *name, const char *style, int popup, i
evas_object_resize(es->o_event, es->w, es->h);
evas_object_event_callback_add(es->o_event, EVAS_CALLBACK_MOUSE_DOWN, _e_shelf_cb_mouse_down, es);
/* TODO: We should have a mouse out on the evas object if we are on the desktop */
es->handlers = eina_list_append(es->handlers,
ecore_event_handler_add(E_EVENT_ZONE_EDGE_MOVE, _e_shelf_cb_mouse_in, es));
es->handlers = eina_list_append(es->handlers,