comparison src/gtkconv.c @ 12052:d676eec43d13

[gaim-migrate @ 14347] sf patch #1354591, from Sadrul Habib Chowdhury Remove an unnecessary loop committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Sat, 12 Nov 2005 16:49:03 +0000
parents 0b7ec6a106d5
children 29dc8fc0dd6c
comparison
equal deleted inserted replaced
12051:2329075592f4 12052:d676eec43d13
5516 5516
5517 for (l = gaim_get_conversations(); l != NULL; l = l->next) { 5517 for (l = gaim_get_conversations(); l != NULL; l = l->next) {
5518 GaimConversation *conv = l->data; 5518 GaimConversation *conv = l->data;
5519 5519
5520 if (gaim_conversation_get_type(conv) == GAIM_CONV_TYPE_IM) 5520 if (gaim_conversation_get_type(conv) == GAIM_CONV_TYPE_IM)
5521 gaim_conversation_foreach(gaim_gtkconv_update_buddy_icon); 5521 gaim_gtkconv_update_buddy_icon(conv);
5522 } 5522 }
5523 } 5523 }
5524 5524
5525 static void 5525 static void
5526 conv_placement_usetabs_cb(const char *name, GaimPrefType type, 5526 conv_placement_usetabs_cb(const char *name, GaimPrefType type,