diff options
| author | William Todd Stinson <stinson@lindenlab.com> | 2012-10-17 13:23:54 -0700 |
|---|---|---|
| committer | William Todd Stinson <stinson@lindenlab.com> | 2012-10-17 13:23:54 -0700 |
| commit | 2f8e4f240881fe990699872eafb6d7dceb5e5a9f (patch) | |
| tree | 3ba8f6ced6e7ca6c7b559236e38d99d4f37973a7 /indra/newview/llconversationview.cpp | |
| parent | a46d4ada3a2fe9ed8e5279e7d7e20d1ca485482c (diff) | |
| parent | 1251f45e6246d81658cf4fe6f2654472c772e94b (diff) | |
Pull and merge from ssh://stinson@hg.lindenlab.com/richard/viewer-chui/.
Diffstat (limited to 'indra/newview/llconversationview.cpp')
| -rwxr-xr-x | indra/newview/llconversationview.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/indra/newview/llconversationview.cpp b/indra/newview/llconversationview.cpp index b7ebb70e86..1b450665b3 100755 --- a/indra/newview/llconversationview.cpp +++ b/indra/newview/llconversationview.cpp @@ -242,6 +242,9 @@ void LLConversationViewSession::selectItem() // Set the focus on the selected floater session_floater->setFocus(TRUE); + // Store the active session + LLIMFloaterContainer::getInstance()->setSelectedSession(item->getUUID()); + LLFolderViewItem::selectItem(); } @@ -441,6 +444,9 @@ void LLConversationViewParticipant::selectItem() { LLIMFloater::show(vmi->getUUID()); } + + // Store the active session + container->setSelectedSession(vmi->getUUID()); } //Focus the current conversation floater (it is already visible so just focus it) else |
