summaryrefslogtreecommitdiff
path: root/indra/newview/llagentwearablesfetch.cpp
diff options
context:
space:
mode:
authorTofu Linden <tofu.linden@lindenlab.com>2010-04-22 11:01:47 +0100
committerTofu Linden <tofu.linden@lindenlab.com>2010-04-22 11:01:47 +0100
commit7bb4436b488f70d842cd1382d8089ecae29234c0 (patch)
tree6f0d100152f45ca313286595e139891d1e4a16b6 /indra/newview/llagentwearablesfetch.cpp
parent144b8349b3f0773ac575e178a0e3109d963be9a8 (diff)
parentedd0e47d5cb3eb173da4d6710ce6a83f771a0246 (diff)
merge from PE's viewer-trunk
Diffstat (limited to 'indra/newview/llagentwearablesfetch.cpp')
-rw-r--r--indra/newview/llagentwearablesfetch.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llagentwearablesfetch.cpp b/indra/newview/llagentwearablesfetch.cpp
index 08d8ccfd23..03d09a3798 100644
--- a/indra/newview/llagentwearablesfetch.cpp
+++ b/indra/newview/llagentwearablesfetch.cpp
@@ -119,6 +119,7 @@ public:
item->getLinkedUUID(),
LLAppearanceMgr::instance().getCOF(),
item->getName(),
+ item->getDescription(),
LLAssetType::AT_LINK,
link_waiter);
}
@@ -507,6 +508,7 @@ void LLLibraryOutfitsFetch::contentsDone()
item->getLinkedUUID(),
new_outfit_folder_id,
item->getName(),
+ item->getDescription(),
LLAssetType::AT_LINK,
NULL);
}