summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
authorAlexanderP ProductEngine <apaschenko@productengine.com>2012-11-07 12:47:00 +0200
committerAlexanderP ProductEngine <apaschenko@productengine.com>2012-11-07 12:47:00 +0200
commita337d7e59776f0ae6ecf72f67c813c9c60cfd8c7 (patch)
treea68d828df2474bc082d8ad8165c71fa3224a19b3 /indra
parent8d9aec9278f2113e239a32e393aeca7eefd64fbf (diff)
Fixed postBuild() for Ad-hoc conference
Diffstat (limited to 'indra')
-rwxr-xr-xindra/newview/llconversationview.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llconversationview.cpp b/indra/newview/llconversationview.cpp
index de0c65e24f..0f649361fb 100755
--- a/indra/newview/llconversationview.cpp
+++ b/indra/newview/llconversationview.cpp
@@ -133,6 +133,7 @@ BOOL LLConversationViewSession::postBuild()
LLGroupIconCtrl* icon = mItemPanel->getChild<LLGroupIconCtrl>("group_icon");
icon->setVisible(true);
mSpeakingIndicator->setSpeakerId(gAgentID, vmi->getUUID(), true);
+ break;
}
case LLConversationItem::CONV_SESSION_GROUP:
{