summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2007-04-23 20:36:51 +0000
committerDana Jansens <danakj@orodu.net>2007-04-23 20:36:51 +0000
commitf507432c86bb54ab682805719fb730559f9e08e5 (patch)
tree57f581392ce6381c512b8b062466f4f13edb39e3
parent865ef738ec54bc512e72bcf52eb5fa063a509ccb (diff)
error in the new error message code
-rw-r--r--render/theme.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/render/theme.c b/render/theme.c
index 8d61d23d..a80777ba 100644
--- a/render/theme.c
+++ b/render/theme.c
@@ -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;
}
}