diff options
| author | Dana Jansens <danakj@orodu.net> | 2007-05-30 13:39:10 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2007-05-30 13:39:10 +0000 |
| commit | 65144cc56283747a8bd2df9b7384162c88cbad92 (patch) | |
| tree | a994e5e361fef4d6b31007d0c109466c49b3beb1 /render | |
| parent | 9a3464b8e3711a6f0e823b840576041f5d4d0b00 (diff) | |
set name to the name of the theme when falling back
Diffstat (limited to 'render')
| -rw-r--r-- | render/theme.c | 1 |
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; |
