diff options
| author | Dana Jansens <danakj@orodu.net> | 2007-05-30 02:03:29 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2007-05-30 02:03:29 +0000 |
| commit | 5ed8f271862562e88cb60177c05f2c35d194bf68 (patch) | |
| tree | bdbda43794ee6d37c9455dcf4df489b263640022 /openbox | |
| parent | 16e40dbd0c3495de3a3a3f86190d9a6b7f8c665d (diff) | |
fix a segfault
Diffstat (limited to 'openbox')
| -rw-r--r-- | openbox/openbox.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) { |
