always send the exact client to the hook's actions that the hook fired for

This commit is contained in:
Dana Jansens 2008-03-01 00:09:20 -05:00
parent dc2e6f6bf7
commit a1908e0767

View file

@ -67,7 +67,7 @@ void hooks_run(ObHook hook, struct _ObClient *client)
OB_USER_ACTION_HOOK,
0, -1, -1, 0,
OB_FRAME_CONTEXT_NONE,
event_target_client(client));
client);
}
void hooks_add(ObHook hook, struct _ObActionsAct *act)