summaryrefslogtreecommitdiff
path: root/indra/llui/llfolderview.cpp
diff options
context:
space:
mode:
authorMerov Linden <merov@lindenlab.com>2014-06-03 19:46:33 -0700
committerMerov Linden <merov@lindenlab.com>2014-06-03 19:46:33 -0700
commit86d75052f65149da6bbe1ade5ea28b6f01aaba17 (patch)
treef370706050f60f04273a28d2bf733d80c74e6523 /indra/llui/llfolderview.cpp
parentd5cd32a2a82473d504c04b00eb105290e5d61d08 (diff)
DD-84 : Fix all active listing modification actions. Add specific message when listing will unlist. Make update skip consistency check when called from internal level (not public API).
Diffstat (limited to 'indra/llui/llfolderview.cpp')
-rwxr-xr-xindra/llui/llfolderview.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llui/llfolderview.cpp b/indra/llui/llfolderview.cpp
index 0bfe9a803e..537f2ac4d7 100755
--- a/indra/llui/llfolderview.cpp
+++ b/indra/llui/llfolderview.cpp
@@ -946,7 +946,7 @@ void LLFolderView::cut()
if (listener)
{
listener->cutToClipboard();
- listener->removeItem();
+ //listener->removeItem();
}
}