src/gtkconv.c

changeset 7693
1f736efbd12d
parent 7678
e71492542f69
child 7694
4694af95b1c6
--- a/src/gtkconv.c	Tue Dec 02 04:04:11 2003 +0000
+++ b/src/gtkconv.c	Tue Dec 02 07:08:02 2003 +0000
@@ -5288,7 +5288,7 @@
 	if((buddy = gaim_find_buddy(gaim_conversation_get_account(conv),
 					gaim_conversation_get_name(conv))) != NULL) {
 		const char *file;
-		if((file = gaim_buddy_get_setting(buddy, "buddy_icon")))
+		if((file = gaim_blist_node_get_string((GaimBlistNode*)buddy, "buddy_icon")))
 			gtkconv->u.im->anim = gdk_pixbuf_animation_new_from_file(file, &err);
 	}
 	else

mercurial