diff options
author | Loren Shih <seraph@lindenlab.com> | 2009-12-16 13:53:19 -0500 |
---|---|---|
committer | Loren Shih <seraph@lindenlab.com> | 2009-12-16 13:53:19 -0500 |
commit | f87dcc28fa1dcd6ca78e5f1a95273fa6b1c1205b (patch) | |
tree | da192086c7b34f256f0ff6c36c1e6cc0ba1a3bac | |
parent | 073ec70829723e54f822052fe9c6c3e998e8dfca (diff) |
EXT-2760 : Double-clicking an Object in inventory opens the permissions in the side tray
Double clicking on an object no longer brings up both the floater and sidetray (it only brings up the sidetray now).
--HG--
branch : avatar-pipeline
-rw-r--r-- | indra/newview/llinventorybridge.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/newview/llinventorybridge.cpp b/indra/newview/llinventorybridge.cpp index bacc685130..7587149ac2 100644 --- a/indra/newview/llinventorybridge.cpp +++ b/indra/newview/llinventorybridge.cpp @@ -5099,8 +5099,9 @@ void LLAnimationBridgeAction::doIt() //virtual void LLObjectBridgeAction::doIt() { + /* LLFloaterReg::showInstance("properties", mUUID); - + */ LLInvFVBridgeAction::doIt(); } |