diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-10-08 19:23:53 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-10-08 19:23:53 +0000 |
| commit | b0d892e975528c29d761b5bb30849c4fcd5238a6 (patch) | |
| tree | b133809f43d03843364690c95a6126903922673f /openbox/action.c | |
| parent | 723ecebc2f3d359bf1bf335702541769e895be0f (diff) | |
seggie
Diffstat (limited to 'openbox/action.c')
| -rw-r--r-- | openbox/action.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |
