diff options
author | callum <none@none> | 2010-09-17 14:53:02 -0700 |
---|---|---|
committer | callum <none@none> | 2010-09-17 14:53:02 -0700 |
commit | 99a13feade938a7801aa4323fc63a53dac294a77 (patch) | |
tree | 556b9d53bbbacffdf5fd66355a0c986ec690c930 /indra | |
parent | 418941234dc276fe8ecc54abba3e06887ea78bfe (diff) |
Turn off new inventory hints until defect EXP-62 is fixed
Diffstat (limited to 'indra')
-rw-r--r-- | indra/newview/llfirstuse.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/newview/llfirstuse.cpp b/indra/newview/llfirstuse.cpp index b864ba6a36..1764d6b145 100644 --- a/indra/newview/llfirstuse.cpp +++ b/indra/newview/llfirstuse.cpp @@ -86,7 +86,8 @@ void LLFirstUse::sit(bool enable) // static void LLFirstUse::newInventory(bool enable) { - firstUseNotification("FirstInventoryOffer", enable, "HintInventory", LLSD(), LLSD().with("target", "inventory_btn").with("direction", "left")); + // turning this off until bug EXP-62 can be fixed (inventory hint appears for new users when their initial inventory is acquired) + // firstUseNotification("FirstInventoryOffer", enable, "HintInventory", LLSD(), LLSD().with("target", "inventory_btn").with("direction", "left")); } // static |