summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcallum <none@none>2010-09-17 14:53:02 -0700
committercallum <none@none>2010-09-17 14:53:02 -0700
commit99a13feade938a7801aa4323fc63a53dac294a77 (patch)
tree556b9d53bbbacffdf5fd66355a0c986ec690c930
parent418941234dc276fe8ecc54abba3e06887ea78bfe (diff)
Turn off new inventory hints until defect EXP-62 is fixed
-rw-r--r--indra/newview/llfirstuse.cpp3
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