summaryrefslogtreecommitdiff
path: root/indra/newview/llimconversation.cpp
diff options
context:
space:
mode:
authorAlexanderP ProductEngine <apaschenko@productengine.com>2012-09-21 17:52:03 +0300
committerAlexanderP ProductEngine <apaschenko@productengine.com>2012-09-21 17:52:03 +0300
commit073065d6520a3b438fce3c5c27ee51c6d86ee742 (patch)
tree508043f7064b909c32ad890b71050f4edf0738d2 /indra/newview/llimconversation.cpp
parentfcb010e835d9b894ba6d1012ac8e3a85c5ab3400 (diff)
CHUI-289 ADD. FIX (Newly added conversation is not selected in conversation list): Select item which was added from avatar picker
Diffstat (limited to 'indra/newview/llimconversation.cpp')
-rw-r--r--indra/newview/llimconversation.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llimconversation.cpp b/indra/newview/llimconversation.cpp
index a2efe63546..d5bce5a43f 100644
--- a/indra/newview/llimconversation.cpp
+++ b/indra/newview/llimconversation.cpp
@@ -54,6 +54,7 @@ LLIMConversation::LLIMConversation(const LLUUID& session_id)
, mInputEditor(NULL)
, mInputEditorTopPad(0)
, mRefreshTimer(new LLTimer())
+ , mHaveFocus(false)
{
mSession = LLIMModel::getInstance()->findIMSession(mSessionID);