From e5908c3f897156b13d1e7592c155bfd5ca2a82a4 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Fri, 19 Sep 2003 17:41:05 +0000 Subject: use the new action ru system which always runs lists of actions instead of individual ones --- openbox/mouse.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'openbox/mouse.c') diff --git a/openbox/mouse.c b/openbox/mouse.c index 703ea36b..eb206a11 100644 --- a/openbox/mouse.c +++ b/openbox/mouse.c @@ -167,8 +167,7 @@ static gboolean fire_binding(ObMouseAction a, ObFrameContext context, /* if not bound, then nothing to do! */ if (it == NULL) return FALSE; - for (it = b->actions[a]; it; it = it->next) - action_run_mouse(it->data, c, state, button, x, y); + action_run_mouse(b->actions[a], c, state, button, x, y); return TRUE; } -- cgit v1.2.3