pidgin/gtkstatusbox.c

changeset 27118
10ac108f90ea
parent 27117
3095ed1fc101
child 27361
62f1aa8045bb
equal deleted inserted replaced
27117:3095ed1fc101 27118:10ac108f90ea
316 if (box->icon_box_menu) 316 if (box->icon_box_menu)
317 gtk_widget_destroy(box->icon_box_menu); 317 gtk_widget_destroy(box->icon_box_menu);
318 318
319 box->icon_box_menu = gtk_menu_new(); 319 box->icon_box_menu = gtk_menu_new();
320 320
321 menu_item = pidgin_new_item_from_stock(box->icon_box_menu, _("Select Buddy Icon"), NULL, 321 menu_item = pidgin_new_item_from_stock(box->icon_box_menu, _("Select Buddy Icon"), GTK_STOCK_ADD,
322 G_CALLBACK(choose_buddy_icon_cb), 322 G_CALLBACK(choose_buddy_icon_cb),
323 box, 0, 0, NULL); 323 box, 0, 0, NULL);
324 324
325 menu_item = pidgin_new_item_from_stock(box->icon_box_menu, _("Remove"), GTK_STOCK_REMOVE, 325 menu_item = pidgin_new_item_from_stock(box->icon_box_menu, _("Remove"), GTK_STOCK_REMOVE,
326 G_CALLBACK(remove_buddy_icon_cb), 326 G_CALLBACK(remove_buddy_icon_cb),

mercurial