all repos — openbox @ aaae49d6291ffd202cfd7e6a9a31df816433d356

openbox fork - make it a bit more like ryudo

look for masks in the right place. display the error with just the requested button name.
Dana Jansens danakj@orodu.net
commit

aaae49d6291ffd202cfd7e6a9a31df816433d356

parent

2da1898fc3b907ac2d0c795ab1406d951cd03c9d

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

jump to
M engines/openbox/obtheme.cengines/openbox/obtheme.c

@@ -137,14 +137,14 @@ char *themename;

g_free(s); themename = g_path_get_basename(engine_theme); - s = g_strdup_printf("%s_buttons/%s", engine_theme, - themename); + s = g_strdup_printf("%s/%s_buttons/%s", engine_theme, + themename, retvalue.addr); g_free(themename); if (XReadBitmapFileData(s, &w, &h, &b, &hx, &hy) == BitmapSuccess) ret = TRUE; else - g_message("Unable to find bitmap '%s'", s); + g_message("Unable to find bitmap '%s'", retvalue.addr); } }