diff src/buddy.c @ 3367:3b00d97d59aa

[gaim-migrate @ 3386] There'll be more tommorow! Thanks for coming to the party. committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Fri, 02 Aug 2002 04:52:48 +0000
parents b0d5ce77f7dd
children 3cd2fbddf95a
line wrap: on
line diff
--- a/src/buddy.c	Fri Aug 02 04:49:23 2002 +0000
+++ b/src/buddy.c	Fri Aug 02 04:52:48 2002 +0000
@@ -51,6 +51,8 @@
 #include "pixmaps/away_small.xpm"
 #include "pixmaps/away_big.xpm"
 
+#include "pixmaps/block_small.xpm"
+
 #include "pixmaps/add_small.xpm"
 #include "pixmaps/import_small.xpm"
 /*#include "pixmaps/export_small.xpm"*/
@@ -2746,6 +2748,8 @@
 	gtk_menu_item_set_submenu(GTK_MENU_ITEM(menuitem), protomenu);
 	do_proto_menu();
 
+	gaim_new_item_with_pixmap(menu, _("Privacy"), block_small_xpm,
+				  GTK_SIGNAL_FUNC(show_privacy_options), NULL, 0, 0, 0);
 	gaim_new_item_with_pixmap(menu, _("Preferences"), prefs_small_xpm,
 				  GTK_SIGNAL_FUNC(show_prefs), NULL, 'p', GDK_CONTROL_MASK, "Ctl+P");
 	gaim_new_item_with_pixmap(menu, _("View System Log"), prefs_small_xpm,