From: Mikael Magnusson Date: Wed, 27 Feb 2008 15:10:09 +0000 (+0100) Subject: Make the focus action work during interactive actions again (ie, cancel the interacti... X-Git-Tag: mikabox-3.4.7.2~58^2~1 X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=139fa1cb5caa1098deaf331398218d78eefe011f;p=mikachu%2Fopenbox.git Make the focus action work during interactive actions again (ie, cancel the interactive action first). --- diff --git a/openbox/actions/focus.c b/openbox/actions/focus.c index 4d0f220d..a68a8fb0 100644 --- a/openbox/actions/focus.c +++ b/openbox/actions/focus.c @@ -44,6 +44,7 @@ static gboolean run_func(ObActionsData *data, gpointer options) data->context != OB_FRAME_CONTEXT_FRAME)) { actions_client_move(data, TRUE); + actions_interactive_cancel_act(); client_activate(data->client, o->here, FALSE, FALSE, TRUE); actions_client_move(data, FALSE); }