]> Dogcows Code - chaz/openbox/blobdiff - openbox/action.c
make ob_exit() take an error code. don't exit with 0 for signals other than TERM...
[chaz/openbox] / openbox / action.c
index adfa2d9e6c8957caddbcc58d0d9e838fbe3b02f6..d394b95b793a6b9c3d6a506b81a7d54bbc1ed3ce 100644 (file)
@@ -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)
This page took 0.021124 seconds and 4 git commands to generate.