diff options
author | Merov Linden <merov@lindenlab.com> | 2013-01-14 15:26:59 -0800 |
---|---|---|
committer | Merov Linden <merov@lindenlab.com> | 2013-01-14 15:26:59 -0800 |
commit | cefcdd445b6bad0e2382d848cd73b20a1a51cc01 (patch) | |
tree | 8460fe9c4162cc933af16bd3eefdd3eda3c16252 /indra/newview/llfloaterimsession.cpp | |
parent | e206dff762e9055391a8627c0067de0a11319f2f (diff) |
CHUI-458 : WIP : Allow change of the general conversations panel when the selected conversation needs it (e.g. P2P is typing)
Diffstat (limited to 'indra/newview/llfloaterimsession.cpp')
-rw-r--r-- | indra/newview/llfloaterimsession.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llfloaterimsession.cpp b/indra/newview/llfloaterimsession.cpp index d36b138c21..931ee0dc66 100644 --- a/indra/newview/llfloaterimsession.cpp +++ b/indra/newview/llfloaterimsession.cpp @@ -705,7 +705,7 @@ BOOL LLFloaterIMSession::getVisible() // getVisible() returns TRUE when Tabbed IM window is minimized. visible = is_active && !im_container->isMinimized() && im_container->getVisible(); - } + } } else { |