diff options
author | Richard Linden <none@none> | 2010-08-12 15:18:25 -0700 |
---|---|---|
committer | Richard Linden <none@none> | 2010-08-12 15:18:25 -0700 |
commit | 2c999688c4c792630865bd97c2b45ff886d9a26c (patch) | |
tree | b9023a63b784a66439f8b13452504c94dcd89e63 /indra/newview/llsidepanelinventory.cpp | |
parent | 00e4fb0ac8431bda3705c218a548557cfca7e749 (diff) |
added remaining hints and fade in/fade out behavior
Diffstat (limited to 'indra/newview/llsidepanelinventory.cpp')
-rw-r--r-- | indra/newview/llsidepanelinventory.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/llsidepanelinventory.cpp b/indra/newview/llsidepanelinventory.cpp index 7eda4fad20..f9189bfb22 100644 --- a/indra/newview/llsidepanelinventory.cpp +++ b/indra/newview/llsidepanelinventory.cpp @@ -129,6 +129,8 @@ BOOL LLSidepanelInventory::postBuild() void LLSidepanelInventory::onOpen(const LLSD& key) { + LLFirstUse::inventoryOffer(false); + if(key.size() == 0) return; @@ -149,8 +151,6 @@ void LLSidepanelInventory::onOpen(const LLSD& key) mTaskPanel->setObjectSelection(LLSelectMgr::getInstance()->getSelection()); showTaskInfoPanel(); } - - LLFirstUse::inventoryOffer(false); } void LLSidepanelInventory::onInfoButtonClicked() |