summaryrefslogtreecommitdiff
path: root/render/theme.c
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2007-05-30 13:39:10 +0000
committerDana Jansens <danakj@orodu.net>2007-05-30 13:39:10 +0000
commit65144cc56283747a8bd2df9b7384162c88cbad92 (patch)
treea994e5e361fef4d6b31007d0c109466c49b3beb1 /render/theme.c
parent9a3464b8e3711a6f0e823b840576041f5d4d0b00 (diff)
set name to the name of the theme when falling back
Diffstat (limited to 'render/theme.c')
-rw-r--r--render/theme.c1
1 files changed, 1 insertions, 0 deletions
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;