summaryrefslogtreecommitdiff
path: root/indra/newview/llsidepanelinventory.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/llsidepanelinventory.cpp
parent85ddc48e089b8c0b64ca8c224d0cbf1e1509a9c3 (diff)
EXP-998 Logging in with different user can remove newness for incorrect user
Diffstat (limited to 'indra/newview/llsidepanelinventory.cpp')
-rw-r--r--indra/newview/llsidepanelinventory.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llsidepanelinventory.cpp b/indra/newview/llsidepanelinventory.cpp
index 65655f82cd..bc70afa5d9 100644
--- a/indra/newview/llsidepanelinventory.cpp
+++ b/indra/newview/llsidepanelinventory.cpp
@@ -463,7 +463,7 @@ void LLSidepanelInventory::onToggleInboxBtn()
if (inboxExpanded)
{
// Save current time as a setting for future new-ness tests
- gSavedSettings.setString(INBOX_EXPAND_TIME_SETTING, LLDate::now().asString());
+ gSavedPerAccountSettings.setString(INBOX_EXPAND_TIME_SETTING, LLDate::now().asString());
}
}