comparison src/gtkspell.c @ 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 f3e0f41beddb
children 3dfd2a83fb5e
comparison
equal deleted inserted replaced
1126:c8118e7ec981 1127:ccfa5d52e4df
109 } 109 }
110 110
111 111
112 void gtkspell_stop() { 112 void gtkspell_stop() {
113 if (gtkspell_running()) { 113 if (gtkspell_running()) {
114 kill(spell_pid, SIGQUIT); /* FIXME: is this the correct signal? */ 114 kill(spell_pid, SIGHUP); /* FIXME: is this the correct signal? */
115 /* note by EWarmenhoven: no. (was SIGQUIT, is now SIGHUP) */
115 } 116 }
116 } 117 }
117 118
118 int gtkspell_start(char *path, char * args[]) { 119 int gtkspell_start(char *path, char * args[]) {
119 int fd_error[2]; 120 int fd_error[2];