summaryrefslogtreecommitdiff
path: root/indra/newview/llinventorymodel.cpp
diff options
context:
space:
mode:
authorMike Antipov <mantipov@productengine.com>2010-01-25 14:48:39 +0200
committerMike Antipov <mantipov@productengine.com>2010-01-25 14:48:39 +0200
commiteff95bbea9bb9234e9df9fca7f5bc033f1b99358 (patch)
treec390c131bffaa95f2c100941cce02ec20186c390 /indra/newview/llinventorymodel.cpp
parent088056c5bf4adc589c7fcc65236b90a466e59705 (diff)
parent7094921d1f235ff45cc5b3ef58b64c2812c8676f (diff)
Merge with default branch
--HG-- branch : product-engine
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;
}