]> Dogcows Code - chaz/openbox/blobdiff - render/theme.c
missing a {
[chaz/openbox] / render / theme.c
index f68870799de82a051e202e3bef96c79c72bf9b89..f5af79e98595e408ec9ef28fa89a06b7cd0a04e3 100644 (file)
@@ -87,7 +87,7 @@ RrTheme* RrThemeNew(const RrInstance *inst, const gchar *name,
             name = NULL;
         }
     }
-    if (name == NULL)
+    if (name == NULL) {
         if (allow_fallback) {
             if (!parse_load_theme(DEFAULT_THEME, &ps.doc, &root, &ps.path)) {
                 g_message("Unable to load the theme '%s'", DEFAULT_THEME);
This page took 0.021757 seconds and 4 git commands to generate.