summaryrefslogtreecommitdiff
path: root/indra/newview/llpanelmarketplaceinbox.cpp
diff options
context:
space:
mode:
authorLeyla Farazha <leyla@lindenlab.com>2011-07-14 10:57:23 -0700
committerLeyla Farazha <leyla@lindenlab.com>2011-07-14 10:57:23 -0700
commitaa9564953b43596be376448c374104e24134794e (patch)
tree03a7d0a54f4639cf796d5d5918532aff921830af /indra/newview/llpanelmarketplaceinbox.cpp
parent85ddc48e089b8c0b64ca8c224d0cbf1e1509a9c3 (diff)
EXP-998 Logging in with different user can remove newness for incorrect user
Diffstat (limited to 'indra/newview/llpanelmarketplaceinbox.cpp')
-rw-r--r--indra/newview/llpanelmarketplaceinbox.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llpanelmarketplaceinbox.cpp b/indra/newview/llpanelmarketplaceinbox.cpp
index 28025f58d4..6db52e8f25 100644
--- a/indra/newview/llpanelmarketplaceinbox.cpp
+++ b/indra/newview/llpanelmarketplaceinbox.cpp
@@ -55,7 +55,7 @@ LLPanelMarketplaceInbox::LLPanelMarketplaceInbox(const Params& p)
LLPanelMarketplaceInbox::~LLPanelMarketplaceInbox()
{
- gSavedSettings.setString("InboxFreshnessDate", LLDate::now().asString());
+ gSavedPerAccountSettings.setString("LastInventoryInboxExpand", LLDate::now().asString());
}
// virtual