diff options
author | AlexanderP ProductEngine <apaschenko@productengine.com> | 2012-12-21 15:35:56 +0200 |
---|---|---|
committer | AlexanderP ProductEngine <apaschenko@productengine.com> | 2012-12-21 15:35:56 +0200 |
commit | 2610af9798374ce9fff7623d7aa7e269b2a78174 (patch) | |
tree | 4dbdaa1c767b337252179bcc0f6c5ce03b87cf82 /indra/newview/llimview.cpp | |
parent | d1898ef3b8cf1344bd1f3980b500d4d2f5c10593 (diff) |
CHUI-619 FUI button and conversation line items blink at different rates:
changed rate
Diffstat (limited to 'indra/newview/llimview.cpp')
-rw-r--r-- | indra/newview/llimview.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llimview.cpp b/indra/newview/llimview.cpp index cdc51ad2fc..708400cbe1 100644 --- a/indra/newview/llimview.cpp +++ b/indra/newview/llimview.cpp @@ -964,7 +964,7 @@ const std::string LLIMModel::getName(const LLUUID& session_id) const { LLIMSession* session = findIMSession(session_id); - if (!session) + if (!session) { llwarns << "session " << session_id << "does not exist " << llendl; return LLTrans::getString("no_session_message"); |