diff src/protocols/jabber/buddy.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 57439a383f4f
children 9ddda2a86f50
line wrap: on
line diff
--- a/src/protocols/jabber/buddy.c	Mon Sep 12 18:52:53 2005 +0000
+++ b/src/protocols/jabber/buddy.c	Mon Sep 12 20:04:37 2005 +0000
@@ -851,8 +851,7 @@
 
 	text = gaim_strdup_withhtml(info_text->str);
 
-	gaim_notify_userinfo(js->gc, from, _("Jabber Profile"),
-			NULL, text, NULL, NULL);
+	gaim_notify_userinfo(js->gc, from, text, NULL, NULL);
 
 	while(imgids) {
 		gaim_imgstore_unref(GPOINTER_TO_INT(imgids->data));