# HG changeset patch # User Mark Doliner # Date 1081117651 0 # Node ID 8720427121f53d7d443c7b4bbaeee65c5b948caf # Parent 089a3400b2aac7384c4d7d476615c25e97870dd7 [gaim-migrate @ 9329] My bad! The text replacement plugin should replace outgoing text again. committer: Tailor Script diff -r 089a3400b2aa -r 8720427121f5 plugins/spellchk.c --- 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;