--- a/libpurple/protocols/oscar/userinfo.c Wed May 07 11:07:45 2014 +0200 +++ b/libpurple/protocols/oscar/userinfo.c Wed May 07 11:16:46 2014 +0200 @@ -369,8 +369,12 @@ purple_notify_user_info_add_pair_plaintext(user_info, NULL, buf); purple_notify_userinfo(od->gc, buddy, user_info, NULL, NULL); purple_notify_user_info_destroy(user_info); - if (!purple_conv_present_error(buddy, purple_connection_get_account(od->gc), buf)) - purple_notify_error(od->gc, NULL, buf, NULL); + if (!purple_conversation_present_error(buddy, + purple_connection_get_account(od->gc), buf)) + { + purple_notify_error(od->gc, NULL, buf, NULL, + purple_request_cpar_from_connection(od->gc)); + } g_free(buf); }