diff src/protocols/silc/ops.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 d5daff460913
line wrap: on
line diff
--- a/src/protocols/silc/ops.c	Mon Sep 12 18:52:53 2005 +0000
+++ b/src/protocols/silc/ops.c	Mon Sep 12 20:04:37 2005 +0000
@@ -1084,7 +1084,7 @@
 						_("More..."), G_CALLBACK(silcgaim_whois_more));
 			else
 #endif
-			gaim_notify_userinfo(gc, client_entry->nickname, _("Buddy Information"), NULL, buf, NULL, NULL);
+			gaim_notify_userinfo(gc, client_entry->nickname, buf, NULL, NULL);
 			g_free(buf);
 		}
 		break;
@@ -1145,7 +1145,7 @@
 			}
 
 			buf = g_string_free(s, FALSE);
-			gaim_notify_userinfo(gc, client_entry->nickname, _("Buddy Information"), NULL, buf, NULL, NULL);
+			gaim_notify_userinfo(gc, client_entry->nickname, buf, NULL, NULL);
 			g_free(buf);
 		}
 		break;