From f87dcc28fa1dcd6ca78e5f1a95273fa6b1c1205b Mon Sep 17 00:00:00 2001 From: Loren Shih Date: Wed, 16 Dec 2009 13:53:19 -0500 Subject: 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 --- indra/newview/llinventorybridge.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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(); } -- cgit v1.2.3