all repos — openbox @ 264dd883adc3de2fe6c37bc101f5337cc62b543c

openbox fork - make it a bit more like ryudo

missing a {
bump the version
Dana Jansens danakj@orodu.net
commit

264dd883adc3de2fe6c37bc101f5337cc62b543c

parent

7f5f9c5523d0bf48ebdc65b47f03dd7f17bb79ae

2 files changed, 2 insertions(+), 2 deletions(-)

jump to
M configure.acconfigure.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])
M render/theme.crender/theme.c

@@ -87,7 +87,7 @@ /* make it fall back to default theme */

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