missing a {
bump the version
This commit is contained in:
parent
7f5f9c5523
commit
264dd883ad
2 changed files with 2 additions and 2 deletions
|
@ -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])
|
||||
|
||||
|
|
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue