X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;ds=sidebyside;f=render%2Ftheme.c;h=a80777ba75bcbc5c3a81e91f64c3bc107a83153a;hb=5d5be2ba2a6e0b3886e0076475ed9d7a2d4ac9ab;hp=8d61d23de99c2cb6c0468a7366ff74dfd17eade2;hpb=2442cdfd85e5229c7ee4ac49ca66a7d55ffcb919;p=chaz%2Fopenbox diff --git a/render/theme.c b/render/theme.c index 8d61d23d..a80777ba 100644 --- a/render/theme.c +++ b/render/theme.c @@ -85,8 +85,7 @@ RrTheme* RrThemeNew(const RrInstance *inst, gchar *name, } 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; } }