So then I said, "Compile, are you crazy?!"

This commit is contained in:
Inusaito Sayori
2014-04-08 04:51:18 -04:00
parent b1d18c7f29
commit 5dca06d3d4

View File

@@ -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;