From 3b631a4f90957b1045ceccb6e4f2b83e9b9c1a20 Mon Sep 17 00:00:00 2001 From: Inusaito Sayori Date: Thu, 18 Sep 2014 19:50:23 -0400 Subject: [PATCH] Back out of droptarget support for links. Drag and drop support for links would have to be done in lltooldraganddrop, and would probably require a rework there. --- indra/newview/lldroptarget.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/indra/newview/lldroptarget.cpp b/indra/newview/lldroptarget.cpp index 997e53da5..51897a4be 100644 --- a/indra/newview/lldroptarget.cpp +++ b/indra/newview/lldroptarget.cpp @@ -198,7 +198,7 @@ BOOL LLDropTarget::handleDragAndDrop(S32 x, S32 y, MASK mask, BOOL drop, EDragAn { mText->setText(currently_set_to(inv_item)); if (mControl) - mControl->setValue(inv_item->getLinkedUUID().asString()); + mControl->setValue(inv_item->getUUID().asString()); } } return true;