fix a segfault
authorDana Jansens <danakj@orodu.net>
Wed, 30 May 2007 02:03:29 +0000 (02:03 +0000)
committerDana Jansens <danakj@orodu.net>
Wed, 30 May 2007 02:03:29 +0000 (02:03 +0000)
openbox/openbox.c

index 42a062b..9b81f20 100644 (file)
@@ -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) {