Mercurial > pidgin
changeset 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 | 2329075592f4 |
children | 1ec93dd2f359 |
files | src/gtkconv.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/gtkconv.c Sat Nov 12 16:28:11 2005 +0000 +++ b/src/gtkconv.c Sat Nov 12 16:49:03 2005 +0000 @@ -5518,7 +5518,7 @@ GaimConversation *conv = l->data; if (gaim_conversation_get_type(conv) == GAIM_CONV_TYPE_IM) - gaim_conversation_foreach(gaim_gtkconv_update_buddy_icon); + gaim_gtkconv_update_buddy_icon(conv); } }