fix directionalcycle/target
This commit is contained in:
parent
f5b6ee7453
commit
4dbce5e505
1 changed files with 2 additions and 2 deletions
|
@ -132,7 +132,7 @@ static gboolean run_func(ObActionsData *data, gpointer options)
|
||||||
{
|
{
|
||||||
Options *o = options;
|
Options *o = options;
|
||||||
|
|
||||||
if (o->interactive)
|
if (!o->interactive)
|
||||||
end_cycle(FALSE, data->state, o);
|
end_cycle(FALSE, data->state, o);
|
||||||
else {
|
else {
|
||||||
focus_directional_cycle(o->direction,
|
focus_directional_cycle(o->direction,
|
||||||
|
@ -193,7 +193,7 @@ static void end_cycle(gboolean cancel, guint state, Options *o)
|
||||||
ft = focus_directional_cycle(o->direction,
|
ft = focus_directional_cycle(o->direction,
|
||||||
o->dock_windows,
|
o->dock_windows,
|
||||||
o->desktop_windows,
|
o->desktop_windows,
|
||||||
TRUE,
|
o->interactive,
|
||||||
o->dialog,
|
o->dialog,
|
||||||
TRUE, cancel);
|
TRUE, cancel);
|
||||||
cycling = FALSE;
|
cycling = FALSE;
|
||||||
|
|
Loading…
Reference in a new issue