cycleinwdows defaults to forward
This commit is contained in:
parent
b02f558c1e
commit
632557004c
1 changed files with 1 additions and 0 deletions
|
@ -44,6 +44,7 @@ static gpointer setup_func(ObParseInst *i, xmlDocPtr doc, xmlNodePtr node)
|
|||
|
||||
o = g_new0(Options, 1);
|
||||
o->dialog = TRUE;
|
||||
o->forward = TRUE;
|
||||
|
||||
if ((n = parse_find_node("forward", node)))
|
||||
o->forward = parse_bool(doc, n);
|
||||
|
|
Loading…
Reference in a new issue