diff options
author | AndreyL ProductEngine <andreylproductengine@lindenlab.com> | 2015-11-19 22:14:06 +0200 |
---|---|---|
committer | AndreyL ProductEngine <andreylproductengine@lindenlab.com> | 2015-11-19 22:14:06 +0200 |
commit | 7adfbc7b8261b928f177042a24a4a0b9138a3776 (patch) | |
tree | 173d536291b0e8d7f6d76f9c40995bb6b470a60b /indra | |
parent | 04dc484cae5f49ea5d9e1856680dc5fae3fecc7b (diff) |
MAINT-5847 Backed out changeset: 114068a17d38
Diffstat (limited to 'indra')
-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()) { |