diff options
| author | Mnikolenko ProductEngine <mnikolenko@productengine.com> | 2015-09-25 12:33:19 +0300 | 
|---|---|---|
| committer | Mnikolenko ProductEngine <mnikolenko@productengine.com> | 2015-09-25 12:33:19 +0300 | 
| commit | 45af9de2d13fae2296e426cd5a80f96c6c07af54 (patch) | |
| tree | 22b7678e200b86923856f1e3bf508b60296efe67 | |
| parent | 3a8ac4305746540a003c43e0c9e8cf75d8b68d4f (diff) | |
MAINT-51 FIXED Default parcel image for parcel without image is loaded in Place profile after second click on 'I' information icon only
| -rwxr-xr-x | indra/newview/llpanelplaceinfo.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/indra/newview/llpanelplaceinfo.cpp b/indra/newview/llpanelplaceinfo.cpp index e62b5a4f1d..32b72fdd68 100755 --- a/indra/newview/llpanelplaceinfo.cpp +++ b/indra/newview/llpanelplaceinfo.cpp @@ -201,7 +201,7 @@ void LLPanelPlaceInfo::setErrorStatus(S32 status, const std::string& reason)  // virtual  void LLPanelPlaceInfo::processParcelInfo(const LLParcelData& parcel_data)  { -	if(parcel_data.snapshot_id.notNull()) +	if(mSnapshotCtrl)  	{  		mSnapshotCtrl->setImageAssetID(parcel_data.snapshot_id);  	} | 
