diff options
Diffstat (limited to 'openbox/actions/lower.c')
| -rw-r--r-- | openbox/actions/lower.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/openbox/actions/lower.c b/openbox/actions/lower.c index d34e933b..80ca6b8b 100644 --- a/openbox/actions/lower.c +++ b/openbox/actions/lower.c @@ -8,8 +8,7 @@ void action_lower_startup(void) { actions_register("Lower", NULL, NULL, - run_func, - NULL, NULL); + run_func); } /* Always return FALSE because its not interactive */ |
