--- a/src/protocols/jabber/buddy.c Fri Aug 19 20:06:37 2005 +0000 +++ b/src/protocols/jabber/buddy.c Sat Aug 20 20:17:08 2005 +0000 @@ -370,7 +370,7 @@ * Send only if there's actually any *information* to send */ vc_node = xmlnode_from_str(info, -1); - avatar_file == gaim_buddy_icons_get_full_path(gaim_account_get_buddy_icon(gc->account)); + avatar_file = gaim_buddy_icons_get_full_path(gaim_account_get_buddy_icon(gc->account)); if(!vc_node && avatar_file) { vc_node = xmlnode_new("vCard");