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