summaryrefslogtreecommitdiff
path: root/indra/newview/llinventorymodel.cpp
diff options
context:
space:
mode:
authorLoren Shih <seraph@lindenlab.com>2010-01-22 14:55:39 -0500
committerLoren Shih <seraph@lindenlab.com>2010-01-22 14:55:39 -0500
commit3b0ba0c2d7f48a5d1cf2adcbc87c9eaf4d8f6564 (patch)
treedc2c080606407dc5f9f2c872d3dd40a465acecf8 /indra/newview/llinventorymodel.cpp
parent1f896d2d58d9c150d3981f253e81898afa999c2c (diff)
parentfa891c062ef66410123c66de1ef67b7dcef327db (diff)
automated merge viewer2.0->viewer2.0
Diffstat (limited to 'indra/newview/llinventorymodel.cpp')
-rw-r--r--indra/newview/llinventorymodel.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/indra/newview/llinventorymodel.cpp b/indra/newview/llinventorymodel.cpp
index e44adfb511..961f7adc0a 100644
--- a/indra/newview/llinventorymodel.cpp
+++ b/indra/newview/llinventorymodel.cpp
@@ -755,6 +755,10 @@ U32 LLInventoryModel::updateItem(const LLViewerInventoryItem* item)
gCacheName->get(id, FALSE, boost::bind(&LLViewerInventoryItem::onCallingCardNameLookup, new_item.get(), _1, _2, _3));
}
}
+ else if (new_item->getType() == LLAssetType::AT_GESTURE)
+ {
+ mask |= LLInventoryObserver::GESTURE;
+ }
addChangedMask(mask, new_item->getUUID());
return mask;
}