diff options
| author | mberezhnoy <mberezhnoy@productengine.com> | 2013-03-07 22:13:15 +0200 |
|---|---|---|
| committer | mberezhnoy <mberezhnoy@productengine.com> | 2013-03-07 22:13:15 +0200 |
| commit | 5957f1da916173d0e6463ebd3d74ff06a6df0c59 (patch) | |
| tree | 8a618987a7e67ff183d6ec2a0ca515d5a8bf7935 /indra/newview/llconversationview.cpp | |
| parent | 8e924c850569b8aa2d2765c6514d742f51f3392b (diff) | |
| parent | 11199f2bef65f67f3ddd798944cb4ad62affa8ed (diff) | |
merge
Diffstat (limited to 'indra/newview/llconversationview.cpp')
| -rwxr-xr-x | indra/newview/llconversationview.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llconversationview.cpp b/indra/newview/llconversationview.cpp index 882ef64715..74b348cd81 100755 --- a/indra/newview/llconversationview.cpp +++ b/indra/newview/llconversationview.cpp @@ -567,6 +567,7 @@ BOOL LLConversationViewParticipant::handleMouseDown( S32 x, S32 y, MASK mask ) LLFloaterIMContainer *im_container = LLFloaterReg::getTypedInstance<LLFloaterIMContainer>("im_container"); LLFloaterIMSessionTab* session_floater = LLFloaterIMSessionTab::findConversation(session_id); + im_container->setSelectedSession(session_id); im_container->flashConversationItemWidget(session_id,false); im_container->selectFloater(session_floater); im_container->collapseMessagesPane(false); |
