From 74bf67418dc7440afd1305ef8e0d157d3b5cb0f2 Mon Sep 17 00:00:00 2001 From: AndreyL ProductEngine Date: Thu, 12 Nov 2015 01:45:21 +0200 Subject: MAINT-5847 FIXED Crash on attempt to IM related to global toggle of people icons --- indra/newview/llconversationview.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/indra/newview/llconversationview.cpp b/indra/newview/llconversationview.cpp index 3a6e4c4dfe..e4cf8d3fbb 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(getViewModelItem()); - if (vmi) + if (vmi && mItemPanel) { switch (vmi->getType()) { -- cgit v1.2.3