From: Dana Jansens Date: Wed, 30 May 2007 02:03:29 +0000 (+0000) Subject: fix a segfault X-Git-Url: https://git.brokenzipper.com/gitweb?a=commitdiff_plain;h=5ed8f271862562e88cb60177c05f2c35d194bf68;p=chaz%2Fopenbox fix a segfault --- diff --git a/openbox/openbox.c b/openbox/openbox.c index 42a062be..9b81f200 100644 --- a/openbox/openbox.c +++ b/openbox/openbox.c @@ -275,7 +275,7 @@ gint main(gint argc, gchar **argv) 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) {