From 9bd60fd92b8ff09630b35973947493a23015c621 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Thu, 2 Oct 2003 04:06:40 +0000 Subject: dont queue up interative end actions --- openbox/action.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'openbox/action.c') diff --git a/openbox/action.c b/openbox/action.c index 5f60019e..babb8f82 100644 --- a/openbox/action.c +++ b/openbox/action.c @@ -949,7 +949,11 @@ void action_run_list(GSList *acts, ObClient *c, ObFrameContext context, keyboard_interactive_grab(state, a->data.any.c, a); } - ob_main_loop_queue_action(ob_main_loop, a); + /* closing interactive actions are not queued */ + if (!done) + ob_main_loop_queue_action(ob_main_loop, a); + else + a->func(&a->data); } } } -- cgit v1.2.3