From 66b3fbf17624d0127b40f6b083b00aa2837738e9 Mon Sep 17 00:00:00 2001 From: Paul Guslisty Date: Thu, 8 Apr 2010 08:06:40 +0300 Subject: Fixed major bug EXT-6605 (No profile verb button on Places panel) - Added functionality of showing place profile to the LLPanelPlacesTab hierarchy. Use this functionality from LLPanelPlaces as callback for profile button click. Reviewed my Mike Antipov at https://codereview.productengine.com/secondlife/r/191/ --HG-- branch : product-engine --- indra/newview/llpanelplacestab.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'indra/newview/llpanelplacestab.cpp') diff --git a/indra/newview/llpanelplacestab.cpp b/indra/newview/llpanelplacestab.cpp index 9806b8c64d..42cf3b03a3 100644 --- a/indra/newview/llpanelplacestab.cpp +++ b/indra/newview/llpanelplacestab.cpp @@ -56,6 +56,7 @@ void LLPanelPlacesTab::setPanelPlacesButtons(LLPanelPlaces* panel) { mTeleportBtn = panel->getChild("teleport_btn"); mShowOnMapBtn = panel->getChild("map_btn"); + mShowProfile = panel->getChild("profile_btn"); } void LLPanelPlacesTab::onRegionResponse(const LLVector3d& landmark_global_pos, -- cgit v1.2.3