From 08ab202a062c2cb465811392d7d4c1791b8dc9e9 Mon Sep 17 00:00:00 2001 From: Lirusaito Date: Tue, 11 Jun 2013 19:03:15 -0400 Subject: [PATCH] Fix avatar "inspect" commandhandler --- indra/newview/llpanelprofile.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/indra/newview/llpanelprofile.cpp b/indra/newview/llpanelprofile.cpp index ad3747811..aa2c5dbd2 100644 --- a/indra/newview/llpanelprofile.cpp +++ b/indra/newview/llpanelprofile.cpp @@ -102,13 +102,13 @@ public: return true; } - /* Singu TODO if (verb == "inspect") { - LLFloaterReg::showInstance("inspect_avatar", LLSD().with("avatar_id", avatar_id)); + LLAvatarActions::showProfile(avatar_id); + //Singu TODO: inspect? + //LLFloaterReg::showInstance("inspect_avatar", LLSD().with("avatar_id", avatar_id)); return true; } - */ if (verb == "im") {