diff --git a/indra/newview/fspanelprofile.cpp b/indra/newview/fspanelprofile.cpp index de3dbe92c5..55bc227060 100644 --- a/indra/newview/fspanelprofile.cpp +++ b/indra/newview/fspanelprofile.cpp @@ -1221,6 +1221,10 @@ void FSPanelPick::setAvatarId(const LLUUID& avatar_id) getChild("pick_desc")->setEnabled( TRUE ); getChild("set_to_curr_location_btn")->setVisible( TRUE ); } + else + { + mSnapshotCtrl->setEnabled(FALSE); + } } BOOL FSPanelPick::postBuild()