all repos — openbox @ c473d5f80ac8a92ba4046365769b2b84ed72881d

openbox fork - make it a bit more like ryudo

remove an extraneous g_warning
Dana Jansens danakj@orodu.net
commit

c473d5f80ac8a92ba4046365769b2b84ed72881d

parent

6d97bd517fef9ca0303f4ccdd999c4aab5ac7b8a

1 files changed, 1 insertions(+), 3 deletions(-)

jump to
M plugins/keyboard/keyboard.cplugins/keyboard/keyboard.c

@@ -49,10 +49,8 @@

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");