diff options
author | Merov Linden <merov@lindenlab.com> | 2012-11-14 10:37:52 -0800 |
---|---|---|
committer | Merov Linden <merov@lindenlab.com> | 2012-11-14 10:37:52 -0800 |
commit | e15921e42b4ac14504b22b0acbb349aa6d19664b (patch) | |
tree | 4059a71460f87e12a69558d125cdf52226e38bed /indra/newview/llfloaterimsessiontab.cpp | |
parent | 99181a9777b7e42ed6e863a074789f37aa6b43f8 (diff) |
CHUI-479 : WIP : Small refactoring to allow participant to be added to session whether or not its parent folder is.
Diffstat (limited to 'indra/newview/llfloaterimsessiontab.cpp')
-rw-r--r-- | indra/newview/llfloaterimsessiontab.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llfloaterimsessiontab.cpp b/indra/newview/llfloaterimsessiontab.cpp index c39319b373..e78422145d 100644 --- a/indra/newview/llfloaterimsessiontab.cpp +++ b/indra/newview/llfloaterimsessiontab.cpp @@ -417,6 +417,7 @@ void LLFloaterIMSessionTab::addConversationViewParticipant(LLConversationItem* p LLConversationViewParticipant* participant_view = createConversationViewParticipant(participant_model); mConversationsWidgets[uuid] = participant_view; participant_view->addToFolder(mConversationsRoot); + participant_view->addToSession(mSessionID); participant_view->setVisible(TRUE); refreshConversation(); } |