X-Git-Url: https://git.decadent.org.uk/gitweb/?p=ion3.git;a=blobdiff_plain;f=ioncore%2Fconf-bindings.c;fp=ioncore%2Fconf-bindings.c;h=69d8996fac812e45cff7eb21fd86239dff611efd;hp=d0d2fba8ea569afb21e65c671dba91a5619023c1;hb=2948134dc6273f6d3ea089c4cc273b69e2f8d51e;hpb=69ec7e63f6c39c98c82e8878e672215792ecfd7b diff --git a/ioncore/conf-bindings.c b/ioncore/conf-bindings.c index d0d2fba..69d8996 100644 --- a/ioncore/conf-bindings.c +++ b/ioncore/conf-bindings.c @@ -20,6 +20,7 @@ #include #include "conf-bindings.h" #include "bindmaps.h" +#include "ioncore.h" /*{{{ parse_keybut */ @@ -94,7 +95,8 @@ bool ioncore_parse_keybut(const char *str, uint *mod_ret, uint *ksb_ret, break; } if(XKeysymToKeycode(ioncore_g.dpy, keysym)==0){ - warn_obj(str, TR("Could not convert keysym to keycode.")); + ioncore_warn_nolog("%s: %s", str, + TR("Could not convert keysym to keycode.")); break; } *ksb_ret=keysym;