diff src/protocols/napster/napster.c @ 11533:c9b815aeddc1

[gaim-migrate @ 13782] Pushing more of the userinfo stuff to the UI. Also, fixed a notify API warning in the perl plugin. committer: Tailor Script <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Mon, 12 Sep 2005 20:04:37 +0000
parents bf763a1b2454
children 3a05b53a589e
line wrap: on
line diff
--- a/src/protocols/napster/napster.c	Mon Sep 12 18:52:53 2005 +0000
+++ b/src/protocols/napster/napster.c	Mon Sep 12 20:04:37 2005 +0000
@@ -420,7 +420,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_userinfo(gc, res[0], NULL, _("Buddy Information"), res[1], NULL, NULL);
+		gaim_notify_userinfo(gc, res[0], res[1], NULL, NULL);
 		g_strfreev(res);
 		break;