diff options
author | Leyla Farazha <leyla@lindenlab.com> | 2011-07-14 10:57:23 -0700 |
---|---|---|
committer | Leyla Farazha <leyla@lindenlab.com> | 2011-07-14 10:57:23 -0700 |
commit | aa9564953b43596be376448c374104e24134794e (patch) | |
tree | 03a7d0a54f4639cf796d5d5918532aff921830af /indra/newview/app_settings/settings_per_account.xml | |
parent | 85ddc48e089b8c0b64ca8c224d0cbf1e1509a9c3 (diff) |
EXP-998 Logging in with different user can remove newness for incorrect user
Diffstat (limited to 'indra/newview/app_settings/settings_per_account.xml')
-rw-r--r-- | indra/newview/app_settings/settings_per_account.xml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/indra/newview/app_settings/settings_per_account.xml b/indra/newview/app_settings/settings_per_account.xml index ff24efaf2c..1142f01232 100644 --- a/indra/newview/app_settings/settings_per_account.xml +++ b/indra/newview/app_settings/settings_per_account.xml @@ -33,6 +33,17 @@ <key>Value</key> <string /> </map> + <key>LastInventoryInboxExpand</key> + <map> + <key>Comment</key> + <string>The last time the received items inbox was expanded.</string> + <key>Persist</key> + <integer>1</integer> + <key>Type</key> + <string>String</string> + <key>Value</key> + <string /> + </map> <key>LastLogoff</key> <map> <key>Comment</key> |