]> Dogcows Code - chaz/openbox/commitdiff
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 42a062bef5a85d2e12b7649361c20af921144bd2..9b81f2009463f6b62f1549cceb4e8761fa547f23 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) {
This page took 0.022463 seconds and 4 git commands to generate.