--- a/src/protocols/napster/napster.c Fri Aug 20 21:57:18 2004 +0000 +++ b/src/protocols/napster/napster.c Fri Aug 20 22:05:18 2004 +0000 @@ -389,7 +389,7 @@ /* XXX - Format is: "Elite" 37 " " "Active" 0 0 0 0 "gaim 0.63cvs" 0 0 192.168.1.41 32798 0 unknown flounder */ res = g_strsplit(buf, " ", 2); /* res[0] == username */ - gaim_notify_formatted(gc, NULL, _("Buddy Information"), NULL, + gaim_notify_userinfo(gc, res[0], NULL, _("Buddy Information"), NULL, res[1], NULL, NULL); g_strfreev(res); break;