diff options
author | Merov Linden <merov@lindenlab.com> | 2012-01-17 22:43:12 -0800 |
---|---|---|
committer | Merov Linden <merov@lindenlab.com> | 2012-01-17 22:43:12 -0800 |
commit | 07294e04983c6c24ec8cd5d589c4a0a8fda87431 (patch) | |
tree | 53e09995bbb8b9697a4d07dca7521cc57abcf70a /indra/newview/llpanelmarketplaceinbox.cpp | |
parent | 9025656bba1520b6b442ce0a359fad0217e6d970 (diff) | |
parent | 3b81e882897e1b161e4becaafaf3fc93d482ce65 (diff) |
Pull from viewer-experience
Diffstat (limited to 'indra/newview/llpanelmarketplaceinbox.cpp')
-rw-r--r-- | indra/newview/llpanelmarketplaceinbox.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llpanelmarketplaceinbox.cpp b/indra/newview/llpanelmarketplaceinbox.cpp index 7cb4bbf891..a5e964f563 100644 --- a/indra/newview/llpanelmarketplaceinbox.cpp +++ b/indra/newview/llpanelmarketplaceinbox.cpp @@ -109,7 +109,7 @@ void LLPanelMarketplaceInbox::onFocusReceived() LLSidepanelInventory *sidepanel_inventory = LLFloaterSidePanelContainer::getPanel<LLSidepanelInventory>("inventory"); if (sidepanel_inventory) { - sidepanel_inventory->clearSelections(true, false, true); + sidepanel_inventory->clearSelections(true, false); } gSavedPerAccountSettings.setU32("LastInventoryInboxActivity", time_corrected()); |