Mercurial > pidgin.yaz
changeset 15418:805c7d4dea26
Fix bug #1639181: Buddylist 'block' icon is different than in IM window
author | Sadrul Habib Chowdhury <imadil@gmail.com> |
---|---|
date | Fri, 26 Jan 2007 03:00:46 +0000 |
parents | aa92e7062ce8 |
children | 16cd6fd20e6f |
files | pidgin/gtkblist.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/pidgin/gtkblist.c Thu Jan 25 23:37:02 2007 +0000 +++ b/pidgin/gtkblist.c Fri Jan 26 03:00:46 2007 +0000 @@ -1007,7 +1007,7 @@ permitted = gaim_privacy_check(account, gaim_buddy_get_name(buddy)); gaim_new_item_from_stock(menu, permitted ? _("_Block") : _("Un_block"), - GTK_STOCK_DIALOG_ERROR, G_CALLBACK(toggle_privacy), + GAIM_STOCK_BLOCK, G_CALLBACK(toggle_privacy), node, 0 ,0, NULL); }