diff options
author | Merov Linden <merov@lindenlab.com> | 2013-11-13 13:29:51 -0800 |
---|---|---|
committer | Merov Linden <merov@lindenlab.com> | 2013-11-13 13:29:51 -0800 |
commit | 148c3780e164d5bc94fa14b418e85fee72f9fd39 (patch) | |
tree | 0196484907897cb3496ab7ff8e0c0274b93c3a9b /indra/newview/llinventorypanel.cpp | |
parent | e6b4b89bf12ae410fa87baf01117daa2a47754c0 (diff) |
MAINT-3320 : WIP : Introduced a cleanOutbox() method to be called on outbox deletion
Diffstat (limited to 'indra/newview/llinventorypanel.cpp')
-rwxr-xr-x | indra/newview/llinventorypanel.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llinventorypanel.cpp b/indra/newview/llinventorypanel.cpp index f2c5f0aa55..63cedb6aa8 100755 --- a/indra/newview/llinventorypanel.cpp +++ b/indra/newview/llinventorypanel.cpp @@ -590,6 +590,7 @@ LLUUID LLInventoryPanel::getRootFolderID() } else if (preferred_type != LLFolderType::FT_NONE) { + llinfos << "Merov : getRootFolderID, name = " << mParams.start_folder.name() << ", type = " << mParams.start_folder.type << llendl; root_id = gInventory.findCategoryUUIDForType(preferred_type, false); if (root_id.isNull()) { |