diff src/protocols/novell/novell.c @ 11531:bf763a1b2454

[gaim-migrate @ 13780] (13:57:11) rlaager: LSchiere2: Should we just change gaim_notify_userinfo to take a screenname and eliminate all the duplication of "Buddy Information" and "Info for %s"? (13:57:18) LSchiere2: sounds good This breaks perl, I could not figure out how to fix that. committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Mon, 12 Sep 2005 18:46:15 +0000
parents a26eb48d1953
children c9b815aeddc1
line wrap: on
line diff
--- a/src/protocols/novell/novell.c	Mon Sep 12 18:43:03 2005 +0000
+++ b/src/protocols/novell/novell.c	Mon Sep 12 18:46:15 2005 +0000
@@ -1511,7 +1511,7 @@
 		}
 	}
 
-	gaim_notify_userinfo(gc, nm_user_record_get_userid(user_record), NULL,
+	gaim_notify_userinfo(gc, nm_user_record_get_userid(user_record), 
 						 _("User Properties"), NULL, info_text->str,
 						 NULL, NULL);