diff src/protocols/novell/novell.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 16796e09b9c1
line wrap: on
line diff
--- a/src/protocols/novell/novell.c	Mon Sep 12 18:52:53 2005 +0000
+++ b/src/protocols/novell/novell.c	Mon Sep 12 20:04:37 2005 +0000
@@ -1512,8 +1512,7 @@
 	}
 
 	gaim_notify_userinfo(gc, nm_user_record_get_userid(user_record), 
-						 _("User Properties"), NULL, info_text->str,
-						 NULL, NULL);
+						 info_text->str, NULL, NULL);
 
 	g_string_free(info_text, TRUE);
 }