diff options
| author | Mnikolenko ProductEngine <mnikolenko@productengine.com> | 2013-02-13 19:05:40 +0200 |
|---|---|---|
| committer | Mnikolenko ProductEngine <mnikolenko@productengine.com> | 2013-02-13 19:05:40 +0200 |
| commit | ca676a7175405495aa10a55586fab4dc5dcc6476 (patch) | |
| tree | 02890ed9d12a78f54808f1c341bff556a13aaa58 | |
| parent | ab6eca089e2d2a0dceba284ba68eba16fcf2a875 (diff) | |
CHUI-761 FIXED Clear log button will not clear transcripts.
| -rw-r--r-- | indra/newview/llconversationlog.cpp | 1 |
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(); } |
