summaryrefslogtreecommitdiff
path: root/indra/newview
diff options
context:
space:
mode:
authorMnikolenko ProductEngine <mnikolenko@productengine.com>2013-02-13 19:05:40 +0200
committerMnikolenko ProductEngine <mnikolenko@productengine.com>2013-02-13 19:05:40 +0200
commitca676a7175405495aa10a55586fab4dc5dcc6476 (patch)
tree02890ed9d12a78f54808f1c341bff556a13aaa58 /indra/newview
parentab6eca089e2d2a0dceba284ba68eba16fcf2a875 (diff)
CHUI-761 FIXED Clear log button will not clear transcripts.
Diffstat (limited to 'indra/newview')
-rw-r--r--indra/newview/llconversationlog.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/llconversationlog.cpp b/indra/newview/llconversationlog.cpp
index 15d61e978d..22277e6421 100644
--- a/indra/newview/llconversationlog.cpp
+++ b/indra/newview/llconversationlog.cpp
@@ -532,7 +532,6 @@ void LLConversationLog::onClearLogResponse(const LLSD& notification, const LLSD&
{
if (0 == LLNotificationsUtil::getSelectedOption(notification, response))
{
- LLLogChat::deleteTranscripts();
mConversations.clear();
notifyObservers();
}