diff options
author | Nyx (Neal Orman) <nyx@lindenlab.com> | 2009-12-18 15:04:37 -0500 |
---|---|---|
committer | Nyx (Neal Orman) <nyx@lindenlab.com> | 2009-12-18 15:04:37 -0500 |
commit | fd71944170e69b0fc47b45c385c33ef7acf4cafb (patch) | |
tree | 48e1718597245815e9a418da8cb71914e09e9a84 /indra/newview/llwearablelist.cpp | |
parent | 4d3a6fc8d16052f3cc608741a8ca97d30c899e07 (diff) | |
parent | 43d918b7f3fe5652a20fe55bb09d27746d79a965 (diff) |
Automated merge with ssh://nyx@hg.lindenlab.com/viewer/viewer-2-0/
Diffstat (limited to 'indra/newview/llwearablelist.cpp')
-rw-r--r-- | indra/newview/llwearablelist.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/indra/newview/llwearablelist.cpp b/indra/newview/llwearablelist.cpp index bd7619f7e5..5636256856 100644 --- a/indra/newview/llwearablelist.cpp +++ b/indra/newview/llwearablelist.cpp @@ -249,9 +249,13 @@ LLWearable* LLWearableList::createNewWearable( EWearableType type ) wearable->setParamsToDefaults(); wearable->setTexturesToDefaults(); + //mark all values (params & images) as saved + wearable->saveValues(); + // Send to the dataserver wearable->saveNewAsset(); + return wearable; } |