make backport closer to 3.4-working for merging purposes

This commit is contained in:
Dana Jansens 2008-01-11 15:36:31 -05:00
parent abc67cbdc1
commit 746015e88c

View file

@ -178,8 +178,7 @@ static void end_cycle(gboolean cancel, guint state, Options *o)
TRUE, cancel);
cycling = FALSE;
if (ft) {
if (ft)
actions_run_acts(o->actions, OB_USER_ACTION_KEYBOARD_KEY,
state, -1, -1, 0, OB_FRAME_CONTEXT_NONE, ft);
}
}