diff options
author | mberezhnoy <mberezhnoy@productengine.com> | 2013-03-14 11:28:56 +0200 |
---|---|---|
committer | mberezhnoy <mberezhnoy@productengine.com> | 2013-03-14 11:28:56 +0200 |
commit | 3ee18d8b29caa612ee7656aa1ac69e3c1edce4cc (patch) | |
tree | 452d219c7007eccb484a7059b2d5c00ba042dbb6 /indra/newview/llimview.cpp | |
parent | cca679e0d66caf0aa49a77a89f821f923d4ead59 (diff) |
CHUI-844 (Collapsed conversation panel auto expands when a new IM conversation starts)
CHUI-713 ("Conversations" floater size doesn't persist between sessions)
Diffstat (limited to 'indra/newview/llimview.cpp')
-rw-r--r-- | indra/newview/llimview.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llimview.cpp b/indra/newview/llimview.cpp index 8f3f5145a9..699e36db4f 100644 --- a/indra/newview/llimview.cpp +++ b/indra/newview/llimview.cpp @@ -285,6 +285,7 @@ void on_new_message(const LLSD& msg) { //Surface conversations floater LLFloaterReg::showInstance("im_container"); + im_box->collapseMessagesPane(false); } //If in DND mode, allow notification to be stored so upon DND exit |