diff options
| author | Dana Jansens <danakj@orodu.net> | 2007-06-23 15:43:35 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2007-06-23 15:43:35 +0000 |
| commit | cf640af0eade492a6a0a9765a1d2d35d81ea1235 (patch) | |
| tree | 36cf63466db651ae701e46067d70962656e2df66 /openbox/actions/all.c | |
| parent | 52b63adfe1120b2e6bc12df4b9f867e9e7c6ab31 (diff) | |
add the "if" action
Diffstat (limited to 'openbox/actions/all.c')
| -rw-r--r-- | openbox/actions/all.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/openbox/actions/all.c b/openbox/actions/all.c index b9b0a795..51996de8 100644 --- a/openbox/actions/all.c +++ b/openbox/actions/all.c @@ -40,4 +40,5 @@ void action_all_startup() action_layer_startup(); action_movetofromedge_startup(); action_growtoedge_startup(); + action_if_startup(); } |
