make backport closer to 3.4-working for merging purposes
This commit is contained in:
parent
abc67cbdc1
commit
746015e88c
1 changed files with 1 additions and 2 deletions
|
@ -178,8 +178,7 @@ static void end_cycle(gboolean cancel, guint state, Options *o)
|
||||||
TRUE, cancel);
|
TRUE, cancel);
|
||||||
cycling = FALSE;
|
cycling = FALSE;
|
||||||
|
|
||||||
if (ft) {
|
if (ft)
|
||||||
actions_run_acts(o->actions, OB_USER_ACTION_KEYBOARD_KEY,
|
actions_run_acts(o->actions, OB_USER_ACTION_KEYBOARD_KEY,
|
||||||
state, -1, -1, 0, OB_FRAME_CONTEXT_NONE, ft);
|
state, -1, -1, 0, OB_FRAME_CONTEXT_NONE, ft);
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
Loading…
Reference in a new issue