Mercurial > pidgin.yaz
changeset 23202:5197256f66b5
Stu and Ethan think we should ignore SIGHUP. That's fine by me.
author | Richard Laager <rlaager@wiktel.com> |
---|---|
date | Mon, 26 May 2008 17:10:55 +0000 |
parents | 326b1b389a88 |
children | 313b87adb730 1cc810daf355 |
files | pidgin/gtkmain.c |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/pidgin/gtkmain.c Mon May 26 06:50:06 2008 +0000 +++ b/pidgin/gtkmain.c Mon May 26 17:10:55 2008 +0000 @@ -185,6 +185,9 @@ sighandler(int sig) { switch (sig) { + case SIGHUP: + purple_debug_warning("sighandler", "Caught signal %d\n", sig); + break; case SIGSEGV: fprintf(stderr, "%s", segfault_message); abort();