Mercurial > pidgin
changeset 26887:e1c2fe5b1026
Use GTK_STOCK_ADD for the Select Buddy Icon option.
| author | Richard Laager <rlaager@wiktel.com> |
|---|---|
| date | Sat, 16 May 2009 20:11:04 +0000 |
| parents | 1788bc69ba7b |
| children | f9f408c6012d |
| files | pidgin/gtkstatusbox.c |
| diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/pidgin/gtkstatusbox.c Sat May 16 20:07:59 2009 +0000 +++ b/pidgin/gtkstatusbox.c Sat May 16 20:11:04 2009 +0000 @@ -318,7 +318,7 @@ box->icon_box_menu = gtk_menu_new(); - menu_item = pidgin_new_item_from_stock(box->icon_box_menu, _("Select Buddy Icon"), NULL, + menu_item = pidgin_new_item_from_stock(box->icon_box_menu, _("Select Buddy Icon"), GTK_STOCK_ADD, G_CALLBACK(choose_buddy_icon_cb), box, 0, 0, NULL);
