diff options
author | Leslie Linden <leslie@lindenlab.com> | 2011-09-12 16:06:58 -0700 |
---|---|---|
committer | Leslie Linden <leslie@lindenlab.com> | 2011-09-12 16:06:58 -0700 |
commit | ba96fb5c2b6801398481a30189f991cff98fed8b (patch) | |
tree | 13ec8f68f2f435f9453c6955a0845cd480a3df17 /indra/newview/llpanelmarketplaceinbox.cpp | |
parent | 97d03860fc6f1c2aaa9122826e34042ebc7e1fe4 (diff) |
EXP-1199 FIX -- Inbox new tag sometimes differs from recent item delivery times, sim timezone settings differences suspected.
* LastInventoryInboxActivity setting now stored as the value of time_correct(),
the corrected time difference (established at login) between the client and
official SL time.
Diffstat (limited to 'indra/newview/llpanelmarketplaceinbox.cpp')
-rw-r--r-- | indra/newview/llpanelmarketplaceinbox.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llpanelmarketplaceinbox.cpp b/indra/newview/llpanelmarketplaceinbox.cpp index 2cb91f771f..4ea2ea24a1 100644 --- a/indra/newview/llpanelmarketplaceinbox.cpp +++ b/indra/newview/llpanelmarketplaceinbox.cpp @@ -116,7 +116,7 @@ void LLPanelMarketplaceInbox::onFocusReceived() sidepanel_inventory->clearSelections(true, false, true); - gSavedPerAccountSettings.setString("LastInventoryInboxActivity", LLDate::now().asString()); + gSavedPerAccountSettings.setU32("LastInventoryInboxActivity", time_corrected()); } BOOL LLPanelMarketplaceInbox::handleDragAndDrop(S32 x, S32 y, MASK mask, BOOL drop, EDragAndDropType cargo_type, void *cargo_data, EAcceptance *accept, std::string& tooltip_msg) |