EXP-919 FIX 2 -- Toggling InventoryDisplayInbox value to True in Viewer on Agni creates Inbox and Outbox system folders

* Fixed the "start_in" folder tag to no longer create folders it is trying to track that do not exist.
master
Leslie Linden 2011-06-22 17:02:11 -04:00
parent 8737446eb7
commit 21cc9a2868
1 changed files with 1 additions and 1 deletions

View File

@ -497,7 +497,7 @@ void LLInventoryPanel::initializeViews()
}
else
{
mStartFolderID = (preferred_type != LLFolderType::FT_NONE ? gInventory.findCategoryUUIDForType(preferred_type) : LLUUID::null);
mStartFolderID = (preferred_type != LLFolderType::FT_NONE ? gInventory.findCategoryUUIDForType(preferred_type, false, false) : LLUUID::null);
}
rebuildViewsFor(mStartFolderID);