From 9067de26acb4cf34ba738f18f73fbb119beb4a97 Mon Sep 17 00:00:00 2001 From: Inusaito Sayori Date: Fri, 22 Aug 2014 17:32:28 -0400 Subject: [PATCH] Seriously, what is logic? --- indra/newview/llinventorybridge.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/indra/newview/llinventorybridge.cpp b/indra/newview/llinventorybridge.cpp index f4cf78817..d06d823ca 100644 --- a/indra/newview/llinventorybridge.cpp +++ b/indra/newview/llinventorybridge.cpp @@ -3377,7 +3377,7 @@ void LLFolderBridge::buildContextMenuBaseOptions(U32 flags) else if (!isAgentInventory()) { const LLUUID& library(gInventory.getLibraryRootFolderID()); - if (library != mUUID && gInventory.isObjectDescendentOf(mUUID, library)) + if (library != mUUID && !gInventory.isObjectDescendentOf(mUUID, library)) mItems.push_back(std::string("Move to Lost And Found")); } //