Don't need to feed mouse event here anymore.

SVN revision: 46016
This commit is contained in:
Christopher Michael 2010-02-09 19:11:33 +00:00
parent 1c54bdde06
commit 3b3ba5fe73
1 changed files with 0 additions and 2 deletions

View File

@ -160,8 +160,6 @@ _systray_menu_new(Instance *inst, Evas_Event_Mouse_Down *ev)
e_gadcon_canvas_zone_geometry_get(inst->gcc->gadcon, &x, &y, NULL, NULL);
e_menu_activate_mouse(mn, zone, x + ev->output.x, y + ev->output.y,
1, 1, E_MENU_POP_DIRECTION_AUTO, ev->timestamp);
evas_event_feed_mouse_up(inst->evas, ev->button,
EVAS_BUTTON_NONE, ev->timestamp, NULL);
}
static void