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:
5e38ae4
)
no mouse interactive actions. no bugs.
author
Dana Jansens
<danakj@orodu.net>
Tue, 9 Sep 2003 06:07:00 +0000
(06:07 +0000)
committer
Dana Jansens
<danakj@orodu.net>
Tue, 9 Sep 2003 06:07:00 +0000
(06:07 +0000)
openbox/action.c
patch
|
blob
|
history
diff --git
a/openbox/action.c
b/openbox/action.c
index 6d1e0a645c9f068b2f3c4635d46807fe084892ee..e16e177a1d01da9991732a980e7e373dca224060 100644
(file)
--- a/
openbox/action.c
+++ b/
openbox/action.c
@@
-698,6
+698,9
@@
ObAction *action_from_string(char *name, ObUserAction uact)
a = action_new(actionstrings[i].func, uact);
if (actionstrings[i].setup)
actionstrings[i].setup(&a, uact);
+ /* only key bindings can be interactive. thus saith the xor. */
+ if (uact != OB_USER_ACTION_KEYBOARD_KEY)
+ a->data.any.interactive = FALSE;
break;
}
if (!exist)