aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llwearablelist.cpp
diff options
context:
space:
mode:
authorArmin Weatherwax2010-04-26 14:34:27 +0200
committerArmin Weatherwax2010-04-28 19:15:03 +0200
commit6360bdffd4c513ea0d4cf59c9b1a68d7cf62f65c (patch)
tree60b044fcef0bcbf5c75ee3051d3e51f82f1295d5 /linden/indra/newview/llwearablelist.cpp
parentfix: crash on relog; appearence self pie greyed out after relog. (diff)
downloadmeta-impy-6360bdffd4c513ea0d4cf59c9b1a68d7cf62f65c.zip
meta-impy-6360bdffd4c513ea0d4cf59c9b1a68d7cf62f65c.tar.gz
meta-impy-6360bdffd4c513ea0d4cf59c9b1a68d7cf62f65c.tar.bz2
meta-impy-6360bdffd4c513ea0d4cf59c9b1a68d7cf62f65c.tar.xz
fix: Bug #163 new clothing is created in Lost&Found after logging back in.
Diffstat (limited to 'linden/indra/newview/llwearablelist.cpp')
-rw-r--r--linden/indra/newview/llwearablelist.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/linden/indra/newview/llwearablelist.cpp b/linden/indra/newview/llwearablelist.cpp
index 954321f..7952bae 100644
--- a/linden/indra/newview/llwearablelist.cpp
+++ b/linden/indra/newview/llwearablelist.cpp
@@ -223,7 +223,7 @@ void LLWearableList::processGetAssetReply( const char* filename, const LLAssetID
223// Creates a new wearable just like the old_wearable but with data copied over from item 223// Creates a new wearable just like the old_wearable but with data copied over from item
224LLWearable* LLWearableList::createWearableMatchedToInventoryItem( LLWearable* old_wearable, LLViewerInventoryItem* item ) 224LLWearable* LLWearableList::createWearableMatchedToInventoryItem( LLWearable* old_wearable, LLViewerInventoryItem* item )
225{ 225{
226 lldebugs << "LLWearableList::createWearableMatchedToInventoryItem()" << llendl; 226 LL_DEBUGS("Wearable") << "LLWearableList::createWearableMatchedToInventoryItem()" << LL_ENDL;
227 227
228 LLTransactionID tid; 228 LLTransactionID tid;
229 LLAssetID new_asset_id; 229 LLAssetID new_asset_id;
@@ -247,7 +247,7 @@ LLWearable* LLWearableList::createWearableMatchedToInventoryItem( LLWearable* ol
247 247
248LLWearable* LLWearableList::createCopyFromAvatar( LLWearable* old_wearable, const std::string& new_name ) 248LLWearable* LLWearableList::createCopyFromAvatar( LLWearable* old_wearable, const std::string& new_name )
249{ 249{
250 lldebugs << "LLWearableList::createCopyFromAvatar()" << llendl; 250 LL_DEBUGS("Wearable") << "LLWearableList::createCopyFromAvatar()" << LL_ENDL;
251 251
252 LLTransactionID tid; 252 LLTransactionID tid;
253 LLAssetID new_asset_id; 253 LLAssetID new_asset_id;
@@ -274,7 +274,7 @@ LLWearable* LLWearableList::createCopyFromAvatar( LLWearable* old_wearable, cons
274 274
275LLWearable* LLWearableList::createCopy( LLWearable* old_wearable ) 275LLWearable* LLWearableList::createCopy( LLWearable* old_wearable )
276{ 276{
277 lldebugs << "LLWearableList::createCopy()" << llendl; 277 LL_DEBUGS("Wearable") << "LLWearableList::createCopy()" << LL_ENDL;
278 278
279 LLTransactionID tid; 279 LLTransactionID tid;
280 LLAssetID new_asset_id; 280 LLAssetID new_asset_id;
@@ -296,7 +296,7 @@ LLWearable* LLWearableList::createCopy( LLWearable* old_wearable )
296 296
297LLWearable* LLWearableList::createNewWearable( EWearableType type ) 297LLWearable* LLWearableList::createNewWearable( EWearableType type )
298{ 298{
299 lldebugs << "LLWearableList::createNewWearable()" << llendl; 299 LL_DEBUGS("Wearable") << "LLWearableList::createNewWearable()" << LL_ENDL;
300 300
301 LLTransactionID tid; 301 LLTransactionID tid;
302 LLAssetID new_asset_id; 302 LLAssetID new_asset_id;