]> Dogcows Code - chaz/openbox/commitdiff
error in the new error message code
authorDana Jansens <danakj@orodu.net>
Mon, 23 Apr 2007 20:36:51 +0000 (20:36 +0000)
committerDana Jansens <danakj@orodu.net>
Mon, 23 Apr 2007 20:36:51 +0000 (20:36 +0000)
render/theme.c

index 8d61d23de99c2cb6c0468a7366ff74dfd17eade2..a80777ba75bcbc5c3a81e91f64c3bc107a83153a 100644 (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;
         }
     }
This page took 0.023477 seconds and 4 git commands to generate.