pidgin/gtkutils.c

changeset 34331
c8486462bb63
parent 34330
35d5e8fcc07b
child 34333
b92698241603
equal deleted inserted replaced
34330:35d5e8fcc07b 34331:c8486462bb63
1520 NULL); 1520 NULL);
1521 else if (!(im || ft)) 1521 else if (!(im || ft))
1522 purple_request_yes_no(NULL, NULL, _("You have dragged an image"), 1522 purple_request_yes_no(NULL, NULL, _("You have dragged an image"),
1523 _("Would you like to set it as the buddy icon for this user?"), 1523 _("Would you like to set it as the buddy icon for this user?"),
1524 PURPLE_DEFAULT_ACTION_NONE, 1524 PURPLE_DEFAULT_ACTION_NONE,
1525 account, who, NULL, 1525 purple_request_cpar_from_account(account),
1526 data, (GCallback)dnd_set_icon_ok_cb, (GCallback)dnd_set_icon_cancel_cb); 1526 data, (GCallback)dnd_set_icon_ok_cb, (GCallback)dnd_set_icon_cancel_cb);
1527 else 1527 else
1528 purple_request_choice(NULL, NULL, 1528 purple_request_choice(NULL, NULL,
1529 _("You have dragged an image"), 1529 _("You have dragged an image"),
1530 (ft ? _("You can send this image as a file transfer, or use it as the buddy icon for this user.") : 1530 (ft ? _("You can send this image as a file transfer, or use it as the buddy icon for this user.") :

mercurial