diff options
author | Aimee Linden <aimee@lindenlab.com> | 2010-07-15 02:23:50 +0100 |
---|---|---|
committer | Aimee Linden <aimee@lindenlab.com> | 2010-07-15 02:23:50 +0100 |
commit | 13f0f72acf6f67fde27cb626307a54be780b2d90 (patch) | |
tree | 6d1e3d325da17338e118dae8bbcfb14bdd879dda /indra/newview | |
parent | 2d683ebf749ed153dcf3260e0f629252507ccd40 (diff) |
EXT-8325 (VWR-20161) FIXED Map button not enabled when Place Profile opened via a SLapp
Enables the Map button when Place Profiles are opened from SLapps in chat history, search etc.
Diffstat (limited to 'indra/newview')
-rw-r--r-- | indra/newview/llpanelplaces.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llpanelplaces.cpp b/indra/newview/llpanelplaces.cpp index 705b196ef1..9b6ab9cb74 100644 --- a/indra/newview/llpanelplaces.cpp +++ b/indra/newview/llpanelplaces.cpp @@ -1089,6 +1089,8 @@ void LLPanelPlaces::updateVerbs() if (is_place_info_visible) { + mShowOnMapBtn->setEnabled(have_3d_pos); + if (is_agent_place_info_visible) { // We don't need to teleport to the current location |