diff options
Diffstat (limited to 'indra/newview')
-rw-r--r-- | indra/newview/llconversationview.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llconversationview.cpp b/indra/newview/llconversationview.cpp index e4cf8d3fbb..3a6e4c4dfe 100644 --- a/indra/newview/llconversationview.cpp +++ b/indra/newview/llconversationview.cpp @@ -437,7 +437,7 @@ void LLConversationViewSession::setIconsVisible(bool visible) // Show/hide icons for the 1-n-1 chat. LLConversationItem* vmi = dynamic_cast<LLConversationItem*>(getViewModelItem()); - if (vmi && mItemPanel) + if (vmi) { switch (vmi->getType()) { |