From a34c89df8724cc625b7e1383c12df43fc627d772 Mon Sep 17 00:00:00 2001 From: Loren Shih Date: Tue, 17 Nov 2009 20:13:31 -0500 Subject: EXT-1916 : Landmarks are not sorted in the Favorites Bar accordion Sorting was fixed when LLFolderViewFolder was added back into the inventory panels. This checkin additionally allows sorting in the landmarks inventory panel. --- indra/llcommon/llfoldertype.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'indra/llcommon/llfoldertype.cpp') diff --git a/indra/llcommon/llfoldertype.cpp b/indra/llcommon/llfoldertype.cpp index 079e670b1a..a5dd342be2 100644 --- a/indra/llcommon/llfoldertype.cpp +++ b/indra/llcommon/llfoldertype.cpp @@ -120,6 +120,8 @@ const std::string &LLFolderType::lookup(LLFolderType::EType folder_type) // you can't change certain properties such as their type. bool LLFolderType::lookupIsProtectedType(EType folder_type) { + return FALSE; + /* const LLFolderDictionary *dict = LLFolderDictionary::getInstance(); const FolderEntry *entry = dict->lookup(folder_type); if (entry) @@ -127,6 +129,7 @@ bool LLFolderType::lookupIsProtectedType(EType folder_type) return entry->mIsProtected; } return true; + */ } // static -- cgit v1.3