From 65144cc56283747a8bd2df9b7384162c88cbad92 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Wed, 30 May 2007 13:39:10 +0000 Subject: [PATCH] set name to the name of the theme when falling back --- render/theme.c | 1 + 1 file changed, 1 insertion(+) 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; -- 2.39.2