diff options
| author | Todd Stinson <stinson@lindenlab.com> | 2012-07-30 19:11:03 -0700 |
|---|---|---|
| committer | Todd Stinson <stinson@lindenlab.com> | 2012-07-30 19:11:03 -0700 |
| commit | 61fe64d31e8f4d519ecc1428720e30dbbd5d8900 (patch) | |
| tree | 6ee64a5a003f5a7b9bef300ed6c17e2a7b618db5 /indra/newview/llfloateroutbox.cpp | |
| parent | b57d8e9c06e01cc6aa2eca17fa80da0a36a52b91 (diff) | |
| parent | de4b362839adbac123010b294e5c52fad90965b3 (diff) | |
Pull and merge from ssh://hg@bitbucket.org/lindenlab/viewer-release.
Diffstat (limited to 'indra/newview/llfloateroutbox.cpp')
| -rw-r--r-- | indra/newview/llfloateroutbox.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/indra/newview/llfloateroutbox.cpp b/indra/newview/llfloateroutbox.cpp index 04a55b261c..e4ed97892e 100644 --- a/indra/newview/llfloateroutbox.cpp +++ b/indra/newview/llfloateroutbox.cpp @@ -174,9 +174,8 @@ void LLFloaterOutbox::onOpen(const LLSD& key) if (mOutboxId.isNull()) { const bool do_not_create_folder = false; - const bool do_not_find_in_library = false; - const LLUUID outbox_id = gInventory.findCategoryUUIDForType(LLFolderType::FT_OUTBOX, do_not_create_folder, do_not_find_in_library); + const LLUUID outbox_id = gInventory.findCategoryUUIDForType(LLFolderType::FT_OUTBOX, do_not_create_folder); if (outbox_id.isNull()) { |
