# HG changeset patch # User Mark Doliner # Date 1071382790 0 # Node ID c364c783f678233097196f2c452dcff644670570 # Parent a3c9d0a1658e47c941737b09d62a09e0bcfc70ff [gaim-migrate @ 8510] Remove the icon next to Tools->Privacy in the buddy list. We don't want to change people's perception of what the wrench icon means, now do we? committer: Tailor Script diff -r a3c9d0a1658e -r c364c783f678 src/gtkblist.c --- a/src/gtkblist.c Sat Dec 13 19:35:41 2003 +0000 +++ b/src/gtkblist.c Sun Dec 14 06:19:50 2003 +0000 @@ -1700,7 +1700,7 @@ { N_("/Tools/A_ccounts"), "A", gaim_gtk_accounts_window_show, 0, "", GAIM_STOCK_ACCOUNTS }, { N_("/Tools/_File Transfers"), NULL, gaim_show_xfer_dialog, 0, "", GAIM_STOCK_FILE_TRANSFER }, { N_("/Tools/Preferences"), "P", gaim_gtk_prefs_show, 0, "", GTK_STOCK_PREFERENCES }, - { N_("/Tools/Pr_ivacy"), NULL, gaim_gtk_privacy_dialog_show, 0, "", GAIM_STOCK_PRIVACY }, + { N_("/Tools/Pr_ivacy"), NULL, gaim_gtk_privacy_dialog_show, 0, NULL }, { "/Tools/sep2", NULL, NULL, 0, "" }, { N_("/Tools/View System _Log"), NULL, gtk_blist_show_systemlog_cb, 0, NULL },