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:
6d97bd5
)
remove an extraneous g_warning
author
Dana Jansens
<danakj@orodu.net>
Wed, 26 Mar 2003 13:27:39 +0000
(13:27 +0000)
committer
Dana Jansens
<danakj@orodu.net>
Wed, 26 Mar 2003 13:27:39 +0000
(13:27 +0000)
plugins/keyboard/keyboard.c
patch
|
blob
|
history
diff --git
a/plugins/keyboard/keyboard.c
b/plugins/keyboard/keyboard.c
index 2b3f3e5a804515bfab901308023849dea12817f7..07a9bd513259ebfb0899c653b500913d468546f8 100644
(file)
--- a/
plugins/keyboard/keyboard.c
+++ b/
plugins/keyboard/keyboard.c
@@
-49,10
+49,8
@@
gboolean kbind(GList *keylist, Action *action)
g_assert(keylist != NULL);
g_assert(action != NULL);
- if (!(tree = tree_build(keylist))) {
- g_warning("invalid binding");
+ if (!(tree = tree_build(keylist)))
return FALSE;
- }
if ((t = tree_find(tree, &conflict)) != NULL) {
/* already bound to something */
g_warning("keychain is already bound");