diff options
author | Mnikolenko Productengine <mnikolenko@productengine.com> | 2021-04-21 12:08:24 +0300 |
---|---|---|
committer | Mnikolenko Productengine <mnikolenko@productengine.com> | 2021-04-21 12:08:24 +0300 |
commit | b1fad32e8b50fc7bb09a45f3454c24d6efeb4b15 (patch) | |
tree | 3468918ba558af5db0c6069acb0f1f51d38ceb34 /indra/newview | |
parent | b9fa5d55b50739238ff4cfa8ce0f581b519de13f (diff) |
Revert "SL-14633 FIXED The item from the favorite tab in the inventory floater can be purged"
Diffstat (limited to 'indra/newview')
-rw-r--r-- | indra/newview/llinventorybridge.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llinventorybridge.cpp b/indra/newview/llinventorybridge.cpp index a0c3608107..d6c662557f 100644 --- a/indra/newview/llinventorybridge.cpp +++ b/indra/newview/llinventorybridge.cpp @@ -987,7 +987,7 @@ void LLInvFVBridge::addTrashContextMenuOptions(menuentry_vec_t &items, } } items.push_back(std::string("Purge Item")); - if (!isItemRemovable() || isPanelActive("Favorite Items")) + if (!isItemRemovable()) { disabled_items.push_back(std::string("Purge Item")); } |