comparison src/gtkconv.c @ 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 4b6bf5ed9c5e
children dc6de8ad81ae
comparison
equal deleted inserted replaced
4858:748c25897809 4859:a9a831508b43
46 #include "sound.h" 46 #include "sound.h"
47 #include "gtklist.h" 47 #include "gtklist.h"
48 48
49 #ifdef _WIN32 49 #ifdef _WIN32
50 #include "win32dep.h" 50 #include "win32dep.h"
51 #include "wspell.h"
51 #endif 52 #endif
52 53
53 static char nick_colors[][8] = { 54 static char nick_colors[][8] = {
54 "#ba55d3", /* Medium Orchid */ 55 "#ba55d3", /* Medium Orchid */
55 "#ee82ee", /* Violet */ 56 "#ee82ee", /* Violet */
4444 GList *cl; 4445 GList *cl;
4445 struct gaim_conversation *conv; 4446 struct gaim_conversation *conv;
4446 struct gaim_gtk_conversation *gtkconv; 4447 struct gaim_gtk_conversation *gtkconv;
4447 GtkSpell *spell; 4448 GtkSpell *spell;
4448 4449
4450 debug_printf("gaim_gtkconv_toggle_spellchk\n");
4449 for (cl = gaim_get_conversations(); cl != NULL; cl = cl->next) { 4451 for (cl = gaim_get_conversations(); cl != NULL; cl = cl->next) {
4450 4452
4451 conv = (struct gaim_conversation *)cl->data; 4453 conv = (struct gaim_conversation *)cl->data;
4452 4454
4453 if (!GAIM_IS_GTK_CONVERSATION(conv)) 4455 if (!GAIM_IS_GTK_CONVERSATION(conv))