X-Git-Url: https://git.decadent.org.uk/gitweb/?p=ion3.git;a=blobdiff_plain;f=ioncore%2Fconf-bindings.c;h=154d94bf1e2b9c39656f96351487e437863d8cdc;hp=d0d2fba8ea569afb21e65c671dba91a5619023c1;hb=e3aec18706513a87eaa7839dfdaf7e0fcd0d8d2a;hpb=df57861c962a50bfbf57f276d288395fe0c6a4b6 diff --git a/ioncore/conf-bindings.c b/ioncore/conf-bindings.c index d0d2fba..154d94b 100644 --- a/ioncore/conf-bindings.c +++ b/ioncore/conf-bindings.c @@ -1,7 +1,7 @@ /* * ion/ioncore/conf-bindings.c * - * Copyright (c) Tuomo Valkonen 1999-2008. + * Copyright (c) Tuomo Valkonen 1999-2009. * * See the included file LICENSE for details. */ @@ -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;