]> Dogcows Code - chaz/openbox/commitdiff
missing a {
authorDana Jansens <danakj@orodu.net>
Thu, 31 May 2007 15:47:41 +0000 (15:47 +0000)
committerDana Jansens <danakj@orodu.net>
Thu, 31 May 2007 15:47:41 +0000 (15:47 +0000)
bump the version

configure.ac
render/theme.c

index 7d2a0dd914ea4b663d1efb61d205a884059c2954..691c1395466ffa3b80079d055e8621d2cb3e8883 100644 (file)
@@ -1,5 +1,5 @@
 AC_PREREQ([2.54])
-AC_INIT([openbox], [3.3.995], [http://bugzilla.icculus.org])
+AC_INIT([openbox], [3.3.996], [http://bugzilla.icculus.org])
 AM_INIT_AUTOMAKE
 AC_CONFIG_SRCDIR([openbox/openbox.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.020924 seconds and 4 git commands to generate.