comparison src/gtkconv.c @ 9487:c23f7045357c

[gaim-migrate @ 10312] whitespace committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Thu, 08 Jul 2004 17:37:33 +0000
parents e7b312e90abb
children 85caa0722dfc
comparison
equal deleted inserted replaced
9486:59d986a931d4 9487:c23f7045357c
5972 gpointer value, gpointer data) 5972 gpointer value, gpointer data)
5973 { 5973 {
5974 GList *l; 5974 GList *l;
5975 GaimConversation *conv; 5975 GaimConversation *conv;
5976 GaimGtkConversation *gtkconv; 5976 GaimGtkConversation *gtkconv;
5977 5977
5978 for(l = gaim_get_conversations(); l != NULL; l = l->next) { 5978 for(l = gaim_get_conversations(); l != NULL; l = l->next) {
5979 conv = (GaimConversation *)l->data; 5979 conv = (GaimConversation *)l->data;
5980 5980
5981 if(!GAIM_IS_GTK_CONVERSATION(conv)) 5981 if(!GAIM_IS_GTK_CONVERSATION(conv))
5982 continue; 5982 continue;
5983 5983
5984 gtkconv = GAIM_GTK_CONVERSATION(conv); 5984 gtkconv = GAIM_GTK_CONVERSATION(conv);
5985 5985
5986 gtk_imhtml_html_shortcuts(GTK_IMHTML(gtkconv->entry), 5986 gtk_imhtml_html_shortcuts(GTK_IMHTML(gtkconv->entry),
5987 (gboolean)GPOINTER_TO_INT(value)); 5987 (gboolean)GPOINTER_TO_INT(value));
5988 } 5988 }
5989 } 5989 }
5990 5990
5993 gpointer value, gpointer data) 5993 gpointer value, gpointer data)
5994 { 5994 {
5995 GList *l; 5995 GList *l;
5996 GaimConversation *conv; 5996 GaimConversation *conv;
5997 GaimGtkConversation *gtkconv; 5997 GaimGtkConversation *gtkconv;
5998 5998
5999 for(l = gaim_get_conversations(); l != NULL; l = l->next) { 5999 for(l = gaim_get_conversations(); l != NULL; l = l->next) {
6000 conv = (GaimConversation *)l->data; 6000 conv = (GaimConversation *)l->data;
6001 6001
6002 if(!GAIM_IS_GTK_CONVERSATION(conv)) 6002 if(!GAIM_IS_GTK_CONVERSATION(conv))
6003 continue; 6003 continue;
6004 6004
6005 gtkconv = GAIM_GTK_CONVERSATION(conv); 6005 gtkconv = GAIM_GTK_CONVERSATION(conv);
6006 6006
6007 gtk_imhtml_smiley_shortcuts(GTK_IMHTML(gtkconv->entry), 6007 gtk_imhtml_smiley_shortcuts(GTK_IMHTML(gtkconv->entry),
6008 (gboolean)GPOINTER_TO_INT(value)); 6008 (gboolean)GPOINTER_TO_INT(value));
6009 } 6009 }
6010 } 6010 }
6011 6011
6012 static void 6012 static void