diff options
author | Mnikolenko ProductEngine <mnikolenko@productengine.com> | 2013-04-03 15:07:26 +0300 |
---|---|---|
committer | Mnikolenko ProductEngine <mnikolenko@productengine.com> | 2013-04-03 15:07:26 +0300 |
commit | 7b0c364a6bfc3dc47197d1bb0af025b303ef5079 (patch) | |
tree | e1a61f98d893e8f75de26957feeb1a88a8037627 /indra/newview/lllogchat.h | |
parent | e21a0f09b3bf6dfe592c3667e40dd80295bca251 (diff) |
CHUI-838 FIXED (Opening chat history for groups only works once per session, if at all)
Diffstat (limited to 'indra/newview/lllogchat.h')
-rw-r--r-- | indra/newview/lllogchat.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/lllogchat.h b/indra/newview/lllogchat.h index e819f00dd9..77bb2a1570 100644 --- a/indra/newview/lllogchat.h +++ b/indra/newview/lllogchat.h @@ -67,7 +67,7 @@ public: std::vector<std::string>& listOfFilesToMove); static void deleteTranscripts(); - static bool isTranscriptExist(const LLUUID& avatar_id); + static bool isTranscriptExist(const LLUUID& avatar_id, bool is_group=false); private: static std::string cleanFileName(std::string filename); |