summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Nelson <none@none>2010-06-14 17:55:50 -0700
committerRichard Nelson <none@none>2010-06-14 17:55:50 -0700
commita43c997d0a7209da7e1b3d42b3e3998498741764 (patch)
tree213ae6c69cf5e85586408049bcd662fdedf5df53
parent330b9dc6eef3ea015c8ae3e41fe061bcea4e1c51 (diff)
re-disabled old style properties floater
-rw-r--r--indra/newview/llpanelobjectinventory.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/newview/llpanelobjectinventory.cpp b/indra/newview/llpanelobjectinventory.cpp
index 1d726ba06c..da809b7baa 100644
--- a/indra/newview/llpanelobjectinventory.cpp
+++ b/indra/newview/llpanelobjectinventory.cpp
@@ -179,12 +179,13 @@ void LLTaskInvFVBridge::showProperties()
show_item_profile(mUUID);
// Disable old properties floater; this is replaced by the sidepanel.
-
+ /*
LLFloaterProperties* floater = LLFloaterReg::showTypedInstance<LLFloaterProperties>("properties", mUUID);
if (floater)
{
floater->setObjectID(mPanel->getTaskUUID());
}
+ */
}