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/llinventoryfunctions.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/llinventoryfunctions.cpp')
-rw-r--r-- | indra/newview/llinventoryfunctions.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/indra/newview/llinventoryfunctions.cpp b/indra/newview/llinventoryfunctions.cpp index 68fc86467c..3913e1805f 100644 --- a/indra/newview/llinventoryfunctions.cpp +++ b/indra/newview/llinventoryfunctions.cpp @@ -327,6 +327,11 @@ BOOL get_is_category_renameable(const LLInventoryModel* model, const LLUUID& id) return FALSE; } +void show_task_item_profile(const LLUUID& item_uuid, const LLUUID& object_id) +{ + LLSideTray::getInstance()->showPanel("sidepanel_inventory", LLSD().with("id", item_uuid).with("object", object_id)); +} + void show_item_profile(const LLUUID& item_uuid) { LLUUID linked_uuid = gInventory.getLinkedItemID(item_uuid); |