[Xfce4-commits] <xfwm4:master> Do not fiddle with SIGSEGV
Olivier Fourdan
noreply at xfce.org
Tue Oct 25 13:54:03 CEST 2011
Updating branch refs/heads/master
to 128566aaa89ce81ab629896716f1064720c37865 (commit)
from 29d4eaeba1abf8a79fd96aeb7c0f26655e3a39ee (commit)
commit 128566aaa89ce81ab629896716f1064720c37865
Author: Olivier Fourdan <fourdan at xfce.org>
Date: Tue Oct 25 13:49:11 2011 +0200
Do not fiddle with SIGSEGV
src/main.c | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/src/main.c b/src/main.c
index 47fd6b5..5a0bfb1 100644
--- a/src/main.c
+++ b/src/main.c
@@ -134,7 +134,6 @@ setupHandler (gboolean install)
sigaction (SIGTERM, &act, NULL);
sigaction (SIGHUP, &act, NULL);
sigaction (SIGUSR1, &act, NULL);
- sigaction (SIGSEGV, &act, NULL);
}
static void
More information about the Xfce4-commits
mailing list