Mercurial > pidgin
changeset 4859:a9a831508b43
[gaim-migrate @ 5186]
Including wspell.h for win32 gtkspell interface
committer: Tailor Script <tailor@pidgin.im>
author | Herman Bloggs <hermanator12002@yahoo.com> |
---|---|
date | Sat, 22 Mar 2003 18:32:50 +0000 |
parents | 748c25897809 |
children | e1b5619e6a02 |
files | src/buddy_chat.c src/gtkconv.c src/gtkutils.c |
diffstat | 3 files changed, 9 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/buddy_chat.c Sat Mar 22 18:30:14 2003 +0000 +++ b/src/buddy_chat.c Sat Mar 22 18:32:50 2003 +0000 @@ -37,6 +37,10 @@ #include "prpl.h" +#ifdef _WIN32 +#include "wspell.h" +#endif + static GList *chatentries = NULL; static GtkWidget *joinchat = NULL; static GtkWidget *jc_vbox = NULL;
--- a/src/gtkconv.c Sat Mar 22 18:30:14 2003 +0000 +++ b/src/gtkconv.c Sat Mar 22 18:32:50 2003 +0000 @@ -48,6 +48,7 @@ #ifdef _WIN32 #include "win32dep.h" +#include "wspell.h" #endif static char nick_colors[][8] = { @@ -4446,6 +4447,7 @@ struct gaim_gtk_conversation *gtkconv; GtkSpell *spell; + debug_printf("gaim_gtkconv_toggle_spellchk\n"); for (cl = gaim_get_conversations(); cl != NULL; cl = cl->next) { conv = (struct gaim_conversation *)cl->data;