summaryrefslogtreecommitdiff
path: root/indra/newview/llsidepaneliteminfo.h
diff options
context:
space:
mode:
authorPaul Guslisty <pguslisty@productengine.com>2010-11-01 15:12:14 +0200
committerPaul Guslisty <pguslisty@productengine.com>2010-11-01 15:12:14 +0200
commitdb56afd656fe978e0a67a29f67bd8434141ffcaa (patch)
tree98d0757d4c0f405819544c33a4bcbbbc0229f6ed /indra/newview/llsidepaneliteminfo.h
parent42b49397d2347b6a97394ce0b35efe5cc2ab44a2 (diff)
STORM-288 FIXED New name resets to old if change it on 'Item Profile' panel while fetching inventory
Reason: 'item info panel' updated EACH time some inventory object changed Fix: update 'item info panel' only if changed inventory object is the object for which 'item profile panel' is shown
Diffstat (limited to 'indra/newview/llsidepaneliteminfo.h')
-rw-r--r--indra/newview/llsidepaneliteminfo.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llsidepaneliteminfo.h b/indra/newview/llsidepaneliteminfo.h
index 10e93dd7de..6416e2cfe4 100644
--- a/indra/newview/llsidepaneliteminfo.h
+++ b/indra/newview/llsidepaneliteminfo.h
@@ -54,6 +54,8 @@ public:
void setItemID(const LLUUID& item_id);
void setEditMode(BOOL edit);
+ const LLUUID& getObjectID() const;
+
protected:
/*virtual*/ void refresh();
/*virtual*/ void save();