all repos — openbox @ fede14d6a25abe32e9bdf81a820d5ab855e0d5a3

openbox fork - make it a bit more like ryudo

strdown the context name
Dana Jansens danakj@orodu.net
commit

fede14d6a25abe32e9bdf81a820d5ab855e0d5a3

parent

014384dba60a432e516bd754407b07e3f2c2d850

1 files changed, 2 insertions(+), 0 deletions(-)

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

@@ -309,7 +309,9 @@ g_warning("invalid button");

return FALSE; } + contextstr = g_ascii_strdown(contextstr, -1); context = g_quark_try_string(contextstr); + g_free(contextstr); if (!context) { g_warning("invalid context"); return FALSE;