comparison src/buddyicon.c @ 7118:bf630f7dfdcd

[gaim-migrate @ 7685] Here's a commit that I think will make faceprint happy. GaimWindow -> GaimConvWindow, GaimIm -> GaimConvIm, GaimChat -> GaimConvChat, GaimBlistChat -> GaimChat, and updated the API functions as well. Plugin authors are going to hunt me down and murder me. I can feel it.. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Thu, 02 Oct 2003 02:54:07 +0000
parents b5fb1d5282e5
children 208cb260d7a7
comparison
equal deleted inserted replaced
7117:943085b0ff8b 7118:bf630f7dfdcd
152 } 152 }
153 153
154 conv = gaim_find_conversation_with_account(username, account); 154 conv = gaim_find_conversation_with_account(username, account);
155 155
156 if (conv != NULL && gaim_conversation_get_type(conv) == GAIM_CONV_IM) 156 if (conv != NULL && gaim_conversation_get_type(conv) == GAIM_CONV_IM)
157 gaim_im_set_icon(GAIM_IM(conv), icon); 157 gaim_conv_im_set_icon(GAIM_CONV_IM(conv), icon);
158 } 158 }
159 159
160 void 160 void
161 gaim_buddy_icon_cache(GaimBuddyIcon *icon, GaimBuddy *buddy) 161 gaim_buddy_icon_cache(GaimBuddyIcon *icon, GaimBuddy *buddy)
162 { 162 {