From 5dca06d3d4834535a6ef23e632286df596736629 Mon Sep 17 00:00:00 2001 From: Inusaito Sayori Date: Tue, 8 Apr 2014 04:51:18 -0400 Subject: [PATCH] So then I said, "Compile, are you crazy?!" --- indra/newview/llimpanel.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/indra/newview/llimpanel.cpp b/indra/newview/llimpanel.cpp index b2763952d..9603208c7 100644 --- a/indra/newview/llimpanel.cpp +++ b/indra/newview/llimpanel.cpp @@ -971,7 +971,7 @@ void copy_profile_uri(const LLUUID& id, bool group = false); void LLFloaterIMPanel::onFlyoutCommit(LLComboBox* flyout, const LLSD& value) { - if (value.isUndefined() || value == LLSD(0)) + if (value.isUndefined() || value.asInteger() == 0) { LLAvatarActions::showProfile(mOtherParticipantUUID); return;