# HG changeset patch # User Eric Warmenhoven # Date 974900732 0 # Node ID ccfa5d52e4dfa0e6afafbe19ff4a01a84dc81b1e # Parent c8118e7ec9814468368923006acca36281a74e39 [gaim-migrate @ 1137] i finally got pissed off enough at the cores that this was leaving behind. committer: Tailor Script diff -r c8118e7ec981 -r ccfa5d52e4df src/gtkspell.c --- 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) */ } }