diff 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
line wrap: on
line diff
--- a/src/buddyicon.c	Thu Oct 02 02:15:36 2003 +0000
+++ b/src/buddyicon.c	Thu Oct 02 02:54:07 2003 +0000
@@ -154,7 +154,7 @@
 	conv = gaim_find_conversation_with_account(username, account);
 
 	if (conv != NULL && gaim_conversation_get_type(conv) == GAIM_CONV_IM)
-		gaim_im_set_icon(GAIM_IM(conv), icon);
+		gaim_conv_im_set_icon(GAIM_CONV_IM(conv), icon);
 }
 
 void