diff options
author | Leyla Farazha <leyla@lindenlab.com> | 2011-06-22 16:18:23 -0700 |
---|---|---|
committer | Leyla Farazha <leyla@lindenlab.com> | 2011-06-22 16:18:23 -0700 |
commit | b84881382b265a7e4fad1b03dfb935992880ce70 (patch) | |
tree | 2be1dc98b3c29e4745c79f6c0c6134a9598498a1 /indra/newview/llinventorypanel.cpp | |
parent | 5999574c106d0d2566d191c754f6a630d8407787 (diff) | |
parent | 4267014b146798cabe96568b2091c6bb2dd2b294 (diff) |
merge and fixing linux build issues
Diffstat (limited to 'indra/newview/llinventorypanel.cpp')
-rw-r--r-- | indra/newview/llinventorypanel.cpp | 2 |
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); |