viewer-private#268 When deleting worn items, move them to trash
parent
75c422613f
commit
9daa5b000c
|
|
@ -3637,11 +3637,11 @@ void LLInventoryAction::onItemsRemovalConfirmation(const LLSD& notification, con
|
|||
{
|
||||
for (const LLUUID& id : item_deletion_list)
|
||||
{
|
||||
remove_inventory_item(id, NULL);
|
||||
gInventory.removeItem(id);
|
||||
}
|
||||
for (const LLUUID& id : cat_deletion_list)
|
||||
{
|
||||
remove_inventory_category(id, NULL);
|
||||
gInventory.removeCategory(id);
|
||||
}
|
||||
});
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue