fix a segfault
This commit is contained in:
parent
16e40dbd0c
commit
5ed8f27186
1 changed files with 1 additions and 1 deletions
|
@ -275,7 +275,7 @@ gint main(gint argc, gchar **argv)
|
||||||
ob_exit_with_error(_("Unable to load a theme."));
|
ob_exit_with_error(_("Unable to load a theme."));
|
||||||
|
|
||||||
PROP_SETS(RootWindow(ob_display, ob_screen),
|
PROP_SETS(RootWindow(ob_display, ob_screen),
|
||||||
ob_theme, theme->name);
|
ob_theme, ob_rr_theme->name);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (reconfigure) {
|
if (reconfigure) {
|
||||||
|
|
Loading…
Reference in a new issue