summaryrefslogtreecommitdiff
path: root/indra/newview/llpanelmarketplaceinboxinventory.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/llpanelmarketplaceinboxinventory.cpp
parent85ddc48e089b8c0b64ca8c224d0cbf1e1509a9c3 (diff)
EXP-998 Logging in with different user can remove newness for incorrect user
Diffstat (limited to 'indra/newview/llpanelmarketplaceinboxinventory.cpp')
-rw-r--r--indra/newview/llpanelmarketplaceinboxinventory.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llpanelmarketplaceinboxinventory.cpp b/indra/newview/llpanelmarketplaceinboxinventory.cpp
index 5dff73ee6a..b88a697e0c 100644
--- a/indra/newview/llpanelmarketplaceinboxinventory.cpp
+++ b/indra/newview/llpanelmarketplaceinboxinventory.cpp
@@ -165,7 +165,7 @@ void LLInboxFolderViewFolder::draw()
void LLInboxFolderViewFolder::updateFlag() const
{
- LLDate saved_freshness_date = LLDate(gSavedSettings.getString("InboxFreshnessDate"));
+ LLDate saved_freshness_date = LLDate(gSavedPerAccountSettings.getString("LastInventoryInboxExpand"));
if (getCreationDate() > saved_freshness_date.secondsSinceEpoch())
{
mFresh = true;