diff src/gtkrequest.c @ 7458:7c320cdc0f3a

[gaim-migrate @ 8071] Fixes the bug where some dialogs would crash when spell checking was enabled. Closes #827930. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Sat, 08 Nov 2003 05:18:17 +0000
parents 5d0db846c42d
children 357eb1c39b72
line wrap: on
line diff
--- a/src/gtkrequest.c	Sat Nov 08 01:32:49 2003 +0000
+++ b/src/gtkrequest.c	Sat Nov 08 05:18:17 2003 +0000
@@ -652,7 +652,7 @@
 						if (gaim_prefs_get_bool(
 								"/gaim/gtk/conversations/spellcheck"))
 						{
-							gtkspell_new_attach(GTK_TEXT_VIEW(widget),
+							gtkspell_new_attach(GTK_TEXT_VIEW(textview),
 												NULL, NULL);
 						}
 #endif