diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-05-09 19:58:08 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-05-09 19:58:08 +0000 |
| commit | bccb90b01da9d3f3b483e690444ebfbca914aa02 (patch) | |
| tree | c70bcb95973df9581d4352df1de659beed85859c /openbox/openbox.c | |
| parent | f26f23de50cb7941a7702198e3b4d1b2f9de062e (diff) | |
add shit that i made in the last week!
Diffstat (limited to 'openbox/openbox.c')
| -rw-r--r-- | openbox/openbox.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/openbox/openbox.c b/openbox/openbox.c index 304d52c6..8c599c4a 100644 --- a/openbox/openbox.c +++ b/openbox/openbox.c @@ -271,7 +271,8 @@ void signal_handler(const ObEvent *e, void *data) case SIGFPE: case SIGSEGV: - g_error("Caught signal %d. Aborting and dumping core.", s); + g_message("Caught signal %d. Aborting and dumping core.", s); + abort(); } } |
