Mercurial > pidgin
diff src/buddy_chat.c @ 3805:3c0bbaec90ed
[gaim-migrate @ 3948]
Thanks dindinx.
committer: Tailor Script <tailor@pidgin.im>
| author | Sean Egan <seanegan@gmail.com> |
|---|---|
| date | Sat, 26 Oct 2002 18:12:17 +0000 |
| parents | 9bcb42faccc0 |
| children | 80eaee3d5845 |
line wrap: on
line diff
--- a/src/buddy_chat.c Sat Oct 26 16:49:30 2002 +0000 +++ b/src/buddy_chat.c Sat Oct 26 18:12:17 2002 +0000 @@ -1414,7 +1414,7 @@ gtk_widget_show(chatentry); #ifdef USE_GTKSPELL if (convo_options & OPT_CONVO_CHECK_SPELLING) - gtkspell_attach(GTK_TEXT(chatentry)); + gtkspell_attach(GTK_TEXT_VIEW(chatentry)); #endif bbox = gtk_hbox_new(FALSE, 5); gtk_box_pack_start(GTK_BOX(vbox), bbox, FALSE, FALSE, 0);
