all repos — openbox @ e4b162d470bfbb04035bb9b3f4481fb9d171fda2

openbox fork - make it a bit more like ryudo

only show falling back msg when its true
Dana Jansens danakj@orodu.net
commit

e4b162d470bfbb04035bb9b3f4481fb9d171fda2

parent

5588c493355878e8243f889ec4225c02f044e822

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

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

@@ -80,8 +80,9 @@

if (name) { if (!parse_load_theme(name, &ps.doc, &root, &ps.path)) { g_message("Unable to load the theme '%s'", name); - g_message("Falling back to the default theme '%s'", - DEFAULT_THEME); + if (allow_fallback) + g_message("Falling back to the default theme '%s'", + DEFAULT_THEME); /* make it fall back to default theme */ name = NULL; }