diff options
author | maxim@mnikolenko <maxim@mnikolenko> | 2013-01-17 19:05:22 +0200 |
---|---|---|
committer | maxim@mnikolenko <maxim@mnikolenko> | 2013-01-17 19:05:22 +0200 |
commit | 7ec0d837dd2f364a775757b808351fa81c2468a8 (patch) | |
tree | dcb7fbc9b5454f86486d1c8a5f76241366b96600 /indra/newview | |
parent | 8c3d3d4b07f12e3462af7745016536389ab7cf73 (diff) |
CHUI-631 (Next conversation in list should be selected in Conversations floater after closing a conversation)
Don't force selecting nearby chat after closing conversation
Diffstat (limited to 'indra/newview')
-rw-r--r-- | indra/newview/llfloaterimsessiontab.cpp | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/indra/newview/llfloaterimsessiontab.cpp b/indra/newview/llfloaterimsessiontab.cpp index 06a79836db..bc5b8c334d 100644 --- a/indra/newview/llfloaterimsessiontab.cpp +++ b/indra/newview/llfloaterimsessiontab.cpp @@ -88,13 +88,6 @@ LLFloaterIMSessionTab::LLFloaterIMSessionTab(const LLSD& session_id) LLFloaterIMSessionTab::~LLFloaterIMSessionTab() { delete mRefreshTimer; - - // Select Nearby Chat session - LLFloaterIMContainer* container = LLFloaterReg::findTypedInstance<LLFloaterIMContainer>("im_container"); - if (container) - { - container->selectConversationPair(LLUUID(NULL), true); - } } //static |