X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;ds=sidebyside;f=gui.c;h=5a2e659d159e6b6225b5ec94adc2796138d5b358;hb=ba0c0797c76a2c94cb4a9f6938274fea5ba0226f;hp=54fc9db98bd91ad836eb79288d42927eadcb1fcf;hpb=1e97f6746b605e37826fb6ee2ad35b7b330145d6;p=paraslash.git diff --git a/gui.c b/gui.c index 54fc9db9..5a2e659d 100644 --- a/gui.c +++ b/gui.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1998-2013 Andre Noll + * Copyright (C) 1998-2014 Andre Noll * * Licensed under the GPL v2. For licencing details see COPYING. */ @@ -560,7 +560,6 @@ static void setup_signal_handling(void) para_install_sighandler(SIGCHLD); para_install_sighandler(SIGWINCH); para_install_sighandler(SIGUSR1); - para_sigaction(SIGHUP, SIG_IGN); } /* kill every process in the process group and exit */