all repos — openbox @ f507432c86bb54ab682805719fb730559f9e08e5

openbox fork - make it a bit more like ryudo

error in the new error message code
Dana Jansens danakj@orodu.net
commit

f507432c86bb54ab682805719fb730559f9e08e5

parent

865ef738ec54bc512e72bcf52eb5fa063a509ccb

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

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

@@ -85,8 +85,7 @@ }

} if (!name) { if (!parse_load_theme(DEFAULT_THEME, &ps.doc, &root, &ps.path)) { - g_message("Unable to load the theme '%s'", - name, DEFAULT_THEME); + g_message("Unable to load the theme '%s'", DEFAULT_THEME); return NULL; } }