Mercurial > pidgin
diff plugins/spellchk.c @ 8579:8720427121f5
[gaim-migrate @ 9329]
My bad! The text replacement plugin should replace outgoing text again.
committer: Tailor Script <tailor@pidgin.im>
| author | Mark Doliner <mark@kingant.net> |
|---|---|
| date | Sun, 04 Apr 2004 22:27:31 +0000 |
| parents | ea2d07ad05a9 |
| children | 56360561af5e |
line wrap: on
line diff
--- a/plugins/spellchk.c Sun Apr 04 18:33:26 2004 +0000 +++ b/plugins/spellchk.c Sun Apr 04 22:27:31 2004 +0000 @@ -386,9 +386,9 @@ load_conf(); - gaim_signal_connect(conv_handle, "displaying-im-msg", + gaim_signal_connect(conv_handle, "writing-im-msg", plugin, GAIM_CALLBACK(substitute_words), NULL); - gaim_signal_connect(conv_handle, "displaying-chat-msg", + gaim_signal_connect(conv_handle, "writing-chat-msg", plugin, GAIM_CALLBACK(substitute_words), NULL); return TRUE;
