From 264dd883adc3de2fe6c37bc101f5337cc62b543c Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Thu, 31 May 2007 15:47:41 +0000 Subject: [PATCH] missing a { bump the version --- configure.ac | 2 +- render/theme.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 7d2a0dd9..691c1395 100644 --- a/configure.ac +++ b/configure.ac @@ -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]) diff --git a/render/theme.c b/render/theme.c index f6887079..f5af79e9 100644 --- a/render/theme.c +++ b/render/theme.c @@ -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); -- 2.39.2