missing a {

bump the version
This commit is contained in:
Dana Jansens 2007-05-31 15:47:41 +00:00
parent 7f5f9c5523
commit 264dd883ad
2 changed files with 2 additions and 2 deletions

View 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])

View 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);