Mercurial > pidgin
changeset 1127:ccfa5d52e4df
[gaim-migrate @ 1137]
i finally got pissed off enough at the cores that this was leaving behind.
committer: Tailor Script <tailor@pidgin.im>
author | Eric Warmenhoven <eric@warmenhoven.org> |
---|---|
date | Wed, 22 Nov 2000 13:45:32 +0000 |
parents | c8118e7ec981 |
children | 418b1738a9a7 |
files | src/gtkspell.c |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/gtkspell.c Wed Nov 22 13:15:40 2000 +0000 +++ b/src/gtkspell.c Wed Nov 22 13:45:32 2000 +0000 @@ -111,7 +111,8 @@ void gtkspell_stop() { if (gtkspell_running()) { - kill(spell_pid, SIGQUIT); /* FIXME: is this the correct signal? */ + kill(spell_pid, SIGHUP); /* FIXME: is this the correct signal? */ + /* note by EWarmenhoven: no. (was SIGQUIT, is now SIGHUP) */ } }