projects
/
dana
/
openbox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
abc67cb
)
make backport closer to 3.4-working for merging purposes
author
Dana Jansens
<danakj@orodu.net>
Fri, 11 Jan 2008 20:36:31 +0000
(15:36 -0500)
committer
Dana Jansens
<danakj@orodu.net>
Fri, 11 Jan 2008 20:36:31 +0000
(15:36 -0500)
openbox/actions/cyclewindows.c
patch
|
blob
|
history
diff --git
a/openbox/actions/cyclewindows.c
b/openbox/actions/cyclewindows.c
index 965ac99313a7633891fce631a966a42e740f5991..285df37029979d0f487db9b7ed0d7f1f3007df27 100644
(file)
--- 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);
- }
}