From 5ed8f271862562e88cb60177c05f2c35d194bf68 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Wed, 30 May 2007 02:03:29 +0000 Subject: [PATCH] fix a segfault --- openbox/openbox.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { -- 2.39.2