pass the context to action_run_mouse

This commit is contained in:
Dana Jansens 2003-09-21 19:39:06 +00:00
parent 904327a0c8
commit 227d8b8511

View file

@ -167,7 +167,7 @@ static gboolean fire_binding(ObMouseAction a, ObFrameContext context,
/* if not bound, then nothing to do! */ /* if not bound, then nothing to do! */
if (it == NULL) return FALSE; if (it == NULL) return FALSE;
action_run_mouse(b->actions[a], c, state, button, x, y); action_run_mouse(b->actions[a], c, context, state, button, x, y);
return TRUE; return TRUE;
} }