summaryrefslogtreecommitdiff
path: root/indra/newview/llimconversation.cpp
diff options
context:
space:
mode:
authorAlexanderP ProductEngine <apaschenko@productengine.com>2012-08-20 18:38:55 +0300
committerAlexanderP ProductEngine <apaschenko@productengine.com>2012-08-20 18:38:55 +0300
commit0fc67126fe1c082caf640cba6b63ce9a0438cc23 (patch)
treef8bb702bc46870528286b901076a48b7bb99235b /indra/newview/llimconversation.cpp
parent13b781f4f67006e94e89262d32617fdac90dded4 (diff)
CHUI-290 FIXED (User cannot collapse names in ad hoc conversation when changed from p2p to ad hoc in torn off state): detect new collapse button state after rebuild of a participant list
Diffstat (limited to 'indra/newview/llimconversation.cpp')
-rw-r--r--indra/newview/llimconversation.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llimconversation.cpp b/indra/newview/llimconversation.cpp
index 4ca9476458..ee7f58b01f 100644
--- a/indra/newview/llimconversation.cpp
+++ b/indra/newview/llimconversation.cpp
@@ -177,6 +177,7 @@ void LLIMConversation::buildParticipantList()
mParticipantList = new LLParticipantList(speaker_manager, getChild<LLAvatarList>("speakers_list"), true, false);
}
}
+ updateHeaderAndToolbar();
}
void LLIMConversation::onSortMenuItemClicked(const LLSD& userdata)