diff options
| author | Dana Jansens <danakj@orodu.net> | 2008-01-11 15:36:31 -0500 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2008-01-11 15:36:31 -0500 |
| commit | 746015e88c51dda43b26f35abc25050c502d319b (patch) | |
| tree | e638a9f55855e5ba763c4fb6fe37b1b40b1f22bc /openbox/actions | |
| parent | abc67cbdc1c1e61e074f8f312eaecb357cd0aa5c (diff) | |
make backport closer to 3.4-working for merging purposes
Diffstat (limited to 'openbox/actions')
| -rw-r--r-- | openbox/actions/cyclewindows.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/openbox/actions/cyclewindows.c b/openbox/actions/cyclewindows.c index 965ac993..285df370 100644 --- a/openbox/actions/cyclewindows.c +++ b/openbox/actions/cyclewindows.c @@ -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); - } } |
