diff options
| author | maksymsproductengine <maksymsproductengine@lindenlab.com> | 2012-11-05 17:52:04 +0200 | 
|---|---|---|
| committer | maksymsproductengine <maksymsproductengine@lindenlab.com> | 2012-11-05 17:52:04 +0200 | 
| commit | 0a21efc7abc62511d1ea789bdb47309a6ed1d72e (patch) | |
| tree | 2d728ea86de6e85cf9236e67795705bc98fc6cca | |
| parent | 741fdfd3e6e6c5556c5bac7ec9cb5bed13975dda (diff) | |
CHUI-374 FIXED Nearby chat is torn off and cannot be docked if nearby chat is received while conversation floater is closed
| -rw-r--r-- | indra/newview/llimconversation.cpp | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/indra/newview/llimconversation.cpp b/indra/newview/llimconversation.cpp index b687e18cae..833feff3c4 100644 --- a/indra/newview/llimconversation.cpp +++ b/indra/newview/llimconversation.cpp @@ -54,6 +54,7 @@ LLIMConversation::LLIMConversation(const LLSD& session_id)    , mInputEditor(NULL)    , mInputEditorTopPad(0)    , mRefreshTimer(new LLTimer()) +  , mIsHostAttached(false)  {  	mSession = LLIMModel::getInstance()->findIMSession(mSessionID); | 
