error in the new error message code

This commit is contained in:
Dana Jansens 2007-04-23 20:36:51 +00:00
parent 865ef738ec
commit f507432c86

View file

@ -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;
}
}