diff options
author | Merov Linden <merov@lindenlab.com> | 2013-01-10 11:10:41 -0800 |
---|---|---|
committer | Merov Linden <merov@lindenlab.com> | 2013-01-10 11:10:41 -0800 |
commit | b5b44ddf175e46379aa20b79b0abedab6bc05e2e (patch) | |
tree | c7fd23d032ce5971f8ad6229288db13e00f98703 /indra/newview/llinventorypanel.cpp | |
parent | be3cfd872be89f30012d66a4b64071e4fe2568cf (diff) |
CHUI-649 : Fixed : Added the contextual menu to in build content tab
Diffstat (limited to 'indra/newview/llinventorypanel.cpp')
-rw-r--r-- | indra/newview/llinventorypanel.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/llinventorypanel.cpp b/indra/newview/llinventorypanel.cpp index 25dc365467..c4918f0a31 100644 --- a/indra/newview/llinventorypanel.cpp +++ b/indra/newview/llinventorypanel.cpp @@ -181,7 +181,7 @@ LLFolderView * LLInventoryPanel::createFolderRoot(LLUUID root_id ) LLAssetType::AT_CATEGORY, LLInventoryType::IT_CATEGORY, this, - &mInventoryViewModel, + &mInventoryViewModel, NULL, root_id); p.view_model = &mInventoryViewModel; @@ -218,7 +218,7 @@ void LLInventoryPanel::initFromParams(const LLInventoryPanel::Params& params) mFolderRoot = createFolderRoot(root_id); addItemID(root_id, mFolderRoot); -} + } mCommitCallbackRegistrar.popScope(); mFolderRoot->setCallbackRegistrar(&mCommitCallbackRegistrar); |