diff options
author | Richard Nelson <none@none> | 2010-06-16 17:32:51 -0700 |
---|---|---|
committer | Richard Nelson <none@none> | 2010-06-16 17:32:51 -0700 |
commit | 4aef5f54de70a8d729c93f7eb11995a7d23feed0 (patch) | |
tree | 5a353b59aabb0c044225c289459cb2801a09496a /indra/newview/llpanelobjectinventory.cpp | |
parent | 353fc2431a22558d83dbf2a05146d56323cfa429 (diff) |
EXT-7734 FIX In-world object properteis often don't show correct information
reviewed by Leyla
Diffstat (limited to 'indra/newview/llpanelobjectinventory.cpp')
-rw-r--r-- | indra/newview/llpanelobjectinventory.cpp | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/indra/newview/llpanelobjectinventory.cpp b/indra/newview/llpanelobjectinventory.cpp index da809b7baa..f683cbc8d0 100644 --- a/indra/newview/llpanelobjectinventory.cpp +++ b/indra/newview/llpanelobjectinventory.cpp @@ -176,17 +176,7 @@ LLInventoryItem* LLTaskInvFVBridge::findItem() const 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()); - } - */ - + show_task_item_profile(mUUID, mPanel->getTaskUUID()); } struct LLBuyInvItemData |