]> Dogcows Code - chaz/openbox/blobdiff - render/theme.c
don't activate and change desktops if the client's not on the current desktop and...
[chaz/openbox] / 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.02161 seconds and 4 git commands to generate.