diff options
| -rw-r--r-- | indra/newview/llcofwearables.cpp | 3 | 
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/newview/llcofwearables.cpp b/indra/newview/llcofwearables.cpp index b47e0930a3..1caefd58ab 100644 --- a/indra/newview/llcofwearables.cpp +++ b/indra/newview/llcofwearables.cpp @@ -502,13 +502,14 @@ void LLCOFWearables::populateAttachmentsAndBodypartsLists(const LLInventoryModel  	{  		mAttachments->sort();  		mAttachments->notify(REARRANGE); //notifying the parent about the list's size change (cause items were added with rearrange=false) -		setAttachmentsTitle();  	}  	else  	{  		mAttachments->setNoItemsCommentText(LLTrans::getString("no_attachments"));  	} +	setAttachmentsTitle(); +  	if (mBodyParts->size())  	{  		mBodyParts->sort();  | 
