projects
/
dana
/
openbox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
723eceb
)
seggie
author
Dana Jansens
<danakj@orodu.net>
Wed, 8 Oct 2003 19:23:53 +0000
(19:23 +0000)
committer
Dana Jansens
<danakj@orodu.net>
Wed, 8 Oct 2003 19:23:53 +0000
(19:23 +0000)
openbox/action.c
patch
|
blob
|
history
diff --git
a/openbox/action.c
b/openbox/action.c
index ddc7fea213bd9a33058570cdf23b11a436925ff5..5cce18a370e54f1c3934cb0e548f02bc7e9c7a7f 100644
(file)
--- 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;