1 --- eve/src/bin/view.c.orig 2011-01-16 00:45:31.940000607 -0500
2 +++ eve/src/bin/view.c 2011-01-23 22:30:41.200001354 -0500
7 - if (ev->button == 3) // forward of context menu event is special
8 - return ewk_view_context_menu_forward_event(sd->base.self, ev);
10 /* If we should forward/feed event using parent class method, then
11 * just do it and do NOT create an animator. See _view_smart_mouse_up().