# HG changeset patch # User Christian Hammond # Date 1068268697 0 # Node ID 7c320cdc0f3a681e3e8b63094dfa241f90bcb836 # Parent 8bc33ec515a170ba630d57b0b9d4ff6e7f250302 [gaim-migrate @ 8071] Fixes the bug where some dialogs would crash when spell checking was enabled. Closes #827930. committer: Tailor Script diff -r 8bc33ec515a1 -r 7c320cdc0f3a ChangeLog --- a/ChangeLog Sat Nov 08 01:32:49 2003 +0000 +++ b/ChangeLog Sat Nov 08 05:18:17 2003 +0000 @@ -5,7 +5,9 @@ * fixes i18n issues with logs * compatable with old logs * hopefully fixes segfault in viewing logs - * Fix several Jabber bugs + * Fixes several Jabber bugs + * Fixes the bug where some dialogs would crash when spell checking was + enabled. Closes #827930. * The border on the close buttons on inactive tabs are no longer shown, thanks to a fix used by Galeon. * Compatible with autoconf 2.58. diff -r 8bc33ec515a1 -r 7c320cdc0f3a src/gtkrequest.c --- 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