changeset 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 089a3400b2aa
children 4284ef84e8d2
files plugins/spellchk.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
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;