all repos — openbox @ 5ed8f271862562e88cb60177c05f2c35d194bf68

openbox fork - make it a bit more like ryudo

fix a segfault
Dana Jansens danakj@orodu.net
commit

5ed8f271862562e88cb60177c05f2c35d194bf68

parent

16e40dbd0c3495de3a3a3f86190d9a6b7f8c665d

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

jump to
M openbox/openbox.copenbox/openbox.c

@@ -275,7 +275,7 @@ if (ob_rr_theme == NULL)

ob_exit_with_error(_("Unable to load a theme.")); PROP_SETS(RootWindow(ob_display, ob_screen), - ob_theme, theme->name); + ob_theme, ob_rr_theme->name); } if (reconfigure) {