summaryrefslogtreecommitdiff
path: root/indra/newview
diff options
context:
space:
mode:
authorLoren Shih <seraph@lindenlab.com>2010-02-09 21:21:11 -0500
committerLoren Shih <seraph@lindenlab.com>2010-02-09 21:21:11 -0500
commite180c5f2048d163fa5180ef79b7c6d7428f0b65d (patch)
tree398e3c0406ca2f3046ddd21457b6e05777d6211e /indra/newview
parent22193b15b82d1a6f0ce8846d122bf3ddcefbf13e (diff)
EXT-4602 : Copying folders doesn't work
Folders are back to being no longer copyable.
Diffstat (limited to 'indra/newview')
-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 f246b6b529..035b2a12ee 100644
--- a/indra/newview/llinventorybridge.cpp
+++ b/indra/newview/llinventorybridge.cpp
@@ -1527,7 +1527,7 @@ BOOL LLFolderBridge::isUpToDate() const
BOOL LLFolderBridge::isItemCopyable() const
{
- return TRUE;
+ return FALSE;
}
BOOL LLFolderBridge::copyToClipboard() const