error in the new error message code
This commit is contained in:
parent
865ef738ec
commit
f507432c86
1 changed files with 1 additions and 2 deletions
|
@ -85,8 +85,7 @@ RrTheme* RrThemeNew(const RrInstance *inst, gchar *name,
|
|||
}
|
||||
if (!name) {
|
||||
if (!parse_load_theme(DEFAULT_THEME, &ps.doc, &root, &ps.path)) {
|
||||
g_message("Unable to load the theme '%s'",
|
||||
name, DEFAULT_THEME);
|
||||
g_message("Unable to load the theme '%s'", DEFAULT_THEME);
|
||||
return NULL;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue