diff --git a/indra/newview/llimview.cpp b/indra/newview/llimview.cpp index 4df6eeaefcf2eab2878affb4260511ce3f336cb5..6e9baed5f2d12cea5dfde0c39614320723cff0d3 100644 --- a/indra/newview/llimview.cpp +++ b/indra/newview/llimview.cpp @@ -1681,10 +1681,8 @@ BOOL LLCallDialog::postBuild() return FALSE; LLView *anchor_panel = gToolBarView->findChildView("speak"); - if (anchor_panel) - { - setDockControl(new LLDockControl(anchor_panel, this, getDockTongue(), LLDockControl::TOP)); - } + setDockControl(new LLDockControl(anchor_panel, this, getDockTongue(), LLDockControl::TOP)); + return TRUE; }