all repos — openbox @ fe2ec0951215f651818efefa2ca27e23e9c30d72

openbox fork - make it a bit more like ryudo

use the theme name only for the buttons dir
Dana Jansens danakj@orodu.net
commit

fe2ec0951215f651818efefa2ca27e23e9c30d72

parent

c9d39eddb77151db531a89075fcafc68471d4a46

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

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

@@ -158,7 +158,7 @@ ret = TRUE;

else { g_free(s); s = g_strdup_printf("%s_buttons/%s", theme.string, - theme.string); + g_path_get_basename(theme.string)); if (XReadBitmapFileData(s, &w, &h, &b, &hx, &hy) == BitmapSuccess) ret = TRUE;