From f85a85541790a6095eb583ddb8684eece8dcc0c6 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Wed, 17 Sep 2003 02:50:20 +0000 Subject: make ob_exit() take an error code. don't exit with 0 for signals other than TERM and INT. --- openbox/action.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'openbox/action.c') diff --git a/openbox/action.c b/openbox/action.c index adfa2d9e..d394b95b 100644 --- a/openbox/action.c +++ b/openbox/action.c @@ -1167,7 +1167,7 @@ void action_restart(union ActionData *data) void action_exit(union ActionData *data) { - ob_exit(); + ob_exit(0); } void action_showmenu(union ActionData *data) -- cgit v1.2.3