diff options
Diffstat (limited to 'indra')
| -rw-r--r-- | indra/newview/llpanelpick.cpp | 3 | 
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/newview/llpanelpick.cpp b/indra/newview/llpanelpick.cpp index 103f041686..726c47b678 100644 --- a/indra/newview/llpanelpick.cpp +++ b/indra/newview/llpanelpick.cpp @@ -438,7 +438,8 @@ void LLPanelPickEdit::resetDirty()  BOOL LLPanelPickEdit::isDirty() const  { -	if( LLPanelPickInfo::isDirty() +	if( mNewPick +		|| LLPanelPickInfo::isDirty()  		|| mLocationChanged  		|| mSnapshotCtrl->isDirty()  		|| getChild<LLLineEditor>("pick_name")->isDirty()  | 
