summaryrefslogtreecommitdiff
path: root/indra/newview/llinventorybridge.cpp
diff options
context:
space:
mode:
authorLeslie Linden <leslie@lindenlab.com>2012-01-13 16:36:57 -0800
committerLeslie Linden <leslie@lindenlab.com>2012-01-13 16:36:57 -0800
commit6b919e324e55ebcac0e2d33ca44a05fae9ac1d42 (patch)
tree9892da4c0a9224378b1f6dc65e1fb08c1912373c /indra/newview/llinventorybridge.cpp
parentd6add298d7c793eda1fee2c03b2ccf91df7f6102 (diff)
EXP-1803 FIX -- Notify the user when a folder is automatically created for them in the outbox
* New confirmation dialog lets them know when a folder was automatically created to contain an item dragged/copied to the outbox.
Diffstat (limited to 'indra/newview/llinventorybridge.cpp')
-rw-r--r--indra/newview/llinventorybridge.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llinventorybridge.cpp b/indra/newview/llinventorybridge.cpp
index 11e22d5226..270ef4fddc 100644
--- a/indra/newview/llinventorybridge.cpp
+++ b/indra/newview/llinventorybridge.cpp
@@ -3690,7 +3690,7 @@ BOOL LLFolderBridge::dragItemIntoFolder(LLInventoryItem* inv_item,
{
if (move_is_from_outbox)
{
- move_item_within_outbox(inv_item, mUUID);
+ move_item_within_outbox(inv_item, mUUID, LLToolDragAndDrop::getOperationId());
}
else
{