From: Dana Jansens Date: Wed, 30 May 2007 13:39:10 +0000 (+0000) Subject: set name to the name of the theme when falling back X-Git-Url: https://git.brokenzipper.com/gitweb?a=commitdiff_plain;h=65144cc56283747a8bd2df9b7384162c88cbad92;p=chaz%2Fopenbox set name to the name of the theme when falling back --- diff --git a/render/theme.c b/render/theme.c index b4d86918..152ea34f 100644 --- a/render/theme.c +++ b/render/theme.c @@ -90,6 +90,7 @@ RrTheme* RrThemeNew(const RrInstance *inst, gchar *name, g_message("Unable to load the theme '%s'", DEFAULT_THEME); return NULL; } + name = DEFAULT_THEME; } ps.inst = inst;