summaryrefslogtreecommitdiff
path: root/indra/newview/llpanelobjectinventory.cpp
diff options
context:
space:
mode:
authorTofu Linden <tofu.linden@lindenlab.com>2010-05-26 08:43:57 +0100
committerTofu Linden <tofu.linden@lindenlab.com>2010-05-26 08:43:57 +0100
commit69480a5d25cc949e93bac591aa3bb397910f1cc0 (patch)
tree0a41eaa71baf9f7431b442b4b61b5eadb57e61cd /indra/newview/llpanelobjectinventory.cpp
parent9cb26e53f53ca3c2850566deaf91c2b949029898 (diff)
parent14418c197076d0eb01bb0852b8716fa966bc9d53 (diff)
merge from viewer-public
Diffstat (limited to 'indra/newview/llpanelobjectinventory.cpp')
-rw-r--r--indra/newview/llpanelobjectinventory.cpp6
1 files changed, 1 insertions, 5 deletions
diff --git a/indra/newview/llpanelobjectinventory.cpp b/indra/newview/llpanelobjectinventory.cpp
index 39ade40967..0d3beaa9a5 100644
--- a/indra/newview/llpanelobjectinventory.cpp
+++ b/indra/newview/llpanelobjectinventory.cpp
@@ -174,11 +174,7 @@ LLInventoryItem* LLTaskInvFVBridge::findItem() const
void LLTaskInvFVBridge::showProperties()
{
- LLSD key;
- key["object"] = mPanel->getTaskUUID();
- key["id"] = mUUID;
- LLSideTray::getInstance()->showPanel("sidepanel_inventory", key);
-
+ show_item_profile(mUUID);
// Disable old properties floater; this is replaced by the sidepanel.
/*