From: Dana Jansens Date: Wed, 8 Oct 2003 19:23:53 +0000 (+0000) Subject: seggie X-Git-Url: https://git.brokenzipper.com/gitweb?a=commitdiff_plain;h=b0d892e975528c29d761b5bb30849c4fcd5238a6;p=chaz%2Fopenbox seggie --- diff --git a/openbox/action.c b/openbox/action.c index ddc7fea2..5cce18a3 100644 --- a/openbox/action.c +++ b/openbox/action.c @@ -891,8 +891,8 @@ ObAction *action_parse(ObParseInst *i, xmlDocPtr doc, xmlNodePtr node, if ((n = parse_find_node("dialog", node->xmlChildrenNode))) act->data.cycle.dialog = parse_bool(doc, n); } + INTERACTIVE_LIMIT(act, uact); } - INTERACTIVE_LIMIT(act, uact); g_free(actname); } return act;