diff options
| author | Oz Linden <oz@lindenlab.com> | 2011-11-08 15:59:50 -0500 |
|---|---|---|
| committer | Oz Linden <oz@lindenlab.com> | 2011-11-08 15:59:50 -0500 |
| commit | 6b516b7a6c4a59ebd3bf9e84075bb4539be072e4 (patch) | |
| tree | f910bb425c05a74eb2f7df0eab050de4d648ac20 /indra/newview/llpreview.cpp | |
| parent | 89b75e75315592da9f4aac2ed851b61f1ac20851 (diff) | |
| parent | 32dca99fe59196fa4a92a815b441b4e6e9f747f0 (diff) | |
merge changes for vmrg-182
Diffstat (limited to 'indra/newview/llpreview.cpp')
| -rw-r--r-- | indra/newview/llpreview.cpp | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/indra/newview/llpreview.cpp b/indra/newview/llpreview.cpp index 119fc95cf0..18626e3273 100644 --- a/indra/newview/llpreview.cpp +++ b/indra/newview/llpreview.cpp @@ -363,8 +363,10 @@ void LLPreview::onBtnCopyToInv(void* userdata) // Copy to inventory if (self->mNotecardInventoryID.notNull()) { - copy_inventory_from_notecard(self->mNotecardObjectID, - self->mNotecardInventoryID, item); + copy_inventory_from_notecard(LLUUID::null, + self->mNotecardObjectID, + self->mNotecardInventoryID, + item); } else { |
