Mercurial > pidgin
changeset 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 | 8bc33ec515a1 |
children | 825351e3b01b |
files | ChangeLog src/gtkrequest.c |
diffstat | 2 files changed, 4 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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.
--- 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