all repos — openbox @ 65144cc56283747a8bd2df9b7384162c88cbad92

openbox fork - make it a bit more like ryudo

set name to the name of the theme when falling back
Dana Jansens danakj@orodu.net
commit

65144cc56283747a8bd2df9b7384162c88cbad92

parent

9a3464b8e3711a6f0e823b840576041f5d4d0b00

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

jump to
M render/theme.crender/theme.c

@@ -90,6 +90,7 @@ if (!parse_load_theme(DEFAULT_THEME, &ps.doc, &root, &ps.path)) {

g_message("Unable to load the theme '%s'", DEFAULT_THEME); return NULL; } + name = DEFAULT_THEME; } ps.inst = inst;