--- a/libpurple/protocols/oscar/userinfo.c Wed Feb 20 22:13:23 2013 +0100 +++ b/libpurple/protocols/oscar/userinfo.c Fri Feb 22 18:54:43 2013 -0500 @@ -310,7 +310,6 @@ OscarData *od; PurpleAccount *account; PurplePresence *presence = NULL; - PurpleStatus *status = NULL; PurpleGroup *g = NULL; struct buddyinfo *bi = NULL; char *tmp; @@ -333,7 +332,6 @@ g = purple_buddy_get_group(b); gname = purple_group_get_name(g); presence = purple_buddy_get_presence(b); - status = purple_presence_get_active_status(presence); } if (userinfo != NULL) @@ -485,10 +483,6 @@ oscar_user_info_convert_and_add_hyperlink(account, od, user_info, _("Web Page"), info->email, ""); } - if (buddy != NULL) - alias = purple_buddy_get_alias(buddy); - else - alias = who; purple_notify_userinfo(gc, who, user_info, NULL, NULL); purple_notify_user_info_destroy(user_info); } @@ -547,4 +541,4 @@ purple_notify_userinfo(gc, userinfo->bn, user_info, NULL, NULL); purple_notify_user_info_destroy(user_info); -} \ No newline at end of file +}