set name to the name of the theme when falling back
This commit is contained in:
parent
9a3464b8e3
commit
65144cc562
1 changed files with 1 additions and 0 deletions
|
@ -90,6 +90,7 @@ RrTheme* RrThemeNew(const RrInstance *inst, gchar *name,
|
||||||
g_message("Unable to load the theme '%s'", DEFAULT_THEME);
|
g_message("Unable to load the theme '%s'", DEFAULT_THEME);
|
||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
|
name = DEFAULT_THEME;
|
||||||
}
|
}
|
||||||
ps.inst = inst;
|
ps.inst = inst;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue