diff options
Diffstat (limited to 'indra')
| -rw-r--r-- | indra/newview/llfloatermyenvironment.cpp | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llfloatermyenvironment.cpp b/indra/newview/llfloatermyenvironment.cpp index df4526e69d..891e16a8ef 100644 --- a/indra/newview/llfloatermyenvironment.cpp +++ b/indra/newview/llfloatermyenvironment.cpp @@ -335,6 +335,8 @@ bool LLFloaterMyEnvironment::canAction(const std::string &context)      {          if (!LLClipboard::instance().hasContents())              return false; +        if (gInventory.isObjectDescendentOf(selected.front(), gInventory.getLibraryRootFolderID())) +            return false;          std::vector<LLUUID> ids;          LLClipboard::instance().pasteFromClipboard(ids);  | 
