Updating branch refs/heads/xfce-4.8
         to 2456a40fddfb7b4af97cdc878abaf335046f57d2 (commit)
       from 109d8b2409900fef3d4b75e2441b977721b4d35e (commit)

commit 2456a40fddfb7b4af97cdc878abaf335046f57d2
Author: Olivier Fourdan <[email protected]>
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 621bfa1..272edd2 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
_______________________________________________
Xfce4-commits mailing list
[email protected]
https://mail.xfce.org/mailman/listinfo/xfce4-commits

Reply via email to