summaryrefslogtreecommitdiff
path: root/indra/newview/llinventorypanel.cpp
diff options
context:
space:
mode:
authorLeyla Farazha <leyla@lindenlab.com>2011-06-22 16:18:23 -0700
committerLeyla Farazha <leyla@lindenlab.com>2011-06-22 16:18:23 -0700
commitb84881382b265a7e4fad1b03dfb935992880ce70 (patch)
tree2be1dc98b3c29e4745c79f6c0c6134a9598498a1 /indra/newview/llinventorypanel.cpp
parent5999574c106d0d2566d191c754f6a630d8407787 (diff)
parent4267014b146798cabe96568b2091c6bb2dd2b294 (diff)
merge and fixing linux build issues
Diffstat (limited to 'indra/newview/llinventorypanel.cpp')
-rw-r--r--indra/newview/llinventorypanel.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llinventorypanel.cpp b/indra/newview/llinventorypanel.cpp
index 5b47e939a4..ebee1704f0 100644
--- a/indra/newview/llinventorypanel.cpp
+++ b/indra/newview/llinventorypanel.cpp
@@ -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);