diff options
author | Leslie Linden <leslie@lindenlab.com> | 2011-09-06 12:44:03 -0700 |
---|---|---|
committer | Leslie Linden <leslie@lindenlab.com> | 2011-09-06 12:44:03 -0700 |
commit | b3a2bd0d4d2ab633d2f8d73df5435677bcc1f5eb (patch) | |
tree | a5c08cabbc60dd386070f5d4bc5828205e158696 /indra/newview/app_settings | |
parent | 16b34829993c1d59aaeeeafaea68c9aa8e0a5035 (diff) |
EXP-1194 FIX -- Update New tag behavior to update Newness timestamp when Received Items panel is open and do not auto open Received Items panel
* The inbox no longer auto-expands under any condition.
* Changed new-ness timestamp from "LastInventoryInboxCollapse" to "LastInventoryInboxExpansion" to eschew obfuscation.
* "LastInventoryInboxExpansion" now saved out when user opens the panel.
Diffstat (limited to 'indra/newview/app_settings')
-rw-r--r-- | indra/newview/app_settings/settings_per_account.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/app_settings/settings_per_account.xml b/indra/newview/app_settings/settings_per_account.xml index 9064d6894d..49f8a11e3e 100644 --- a/indra/newview/app_settings/settings_per_account.xml +++ b/indra/newview/app_settings/settings_per_account.xml @@ -33,10 +33,10 @@ <key>Value</key> <string /> </map> - <key>LastInventoryInboxCollapse</key> + <key>LastInventoryInboxExpansion</key> <map> <key>Comment</key> - <string>The last time the received items inbox was collapsed.</string> + <string>The last time the received items inbox was expanded for view.</string> <key>Persist</key> <integer>1</integer> <key>Type</key> |