diff options
author | andreykproductengine <akleshchev@productengine.com> | 2017-01-30 16:51:40 +0200 |
---|---|---|
committer | andreykproductengine <akleshchev@productengine.com> | 2017-01-30 16:51:40 +0200 |
commit | f573e77981882cf0fffaa1ae6af322e72b948f5b (patch) | |
tree | 6e0e38e88d9a5c1b30368855eeb14bff741efc6c /indra | |
parent | e19e5e28d0ac3a8fc35bf0f02db26db77371f3b2 (diff) |
MAINT-6959 Dummy callback to prevent log spam
Diffstat (limited to 'indra')
-rw-r--r-- | indra/newview/llpanelobjectinventory.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llpanelobjectinventory.cpp b/indra/newview/llpanelobjectinventory.cpp index addb0fbe4d..6409620336 100644 --- a/indra/newview/llpanelobjectinventory.cpp +++ b/indra/newview/llpanelobjectinventory.cpp @@ -1519,6 +1519,7 @@ LLPanelObjectInventory::LLPanelObjectInventory(const LLPanelObjectInventory::Par mCommitCallbackRegistrar.add("Inventory.AttachObject", boost::bind(&do_nothing)); mCommitCallbackRegistrar.add("Inventory.BeginIMSession", boost::bind(&do_nothing)); mCommitCallbackRegistrar.add("Inventory.Share", boost::bind(&LLAvatarActions::shareWithAvatars, this)); + mCommitCallbackRegistrar.add("Inventory.FileUploadLocation", boost::bind(&do_nothing)); } // Destroys the object |