diff options
| author | Mnikolenko Productengine <mnikolenko@productengine.com> | 2017-12-19 10:41:32 +0200 | 
|---|---|---|
| committer | Mnikolenko Productengine <mnikolenko@productengine.com> | 2017-12-19 10:41:32 +0200 | 
| commit | 846927c286d7ac73be503b1a251b7f91dfeb7db9 (patch) | |
| tree | 4101b20cb0ff42af1037192ea8a1361f7e74ff73 | |
| parent | 1f56b223d74ada38e287f034f21b71e2e4dbb1e5 (diff) | |
MAINT-8073 Stored favorites lose SLURLS after you re-order some favorite landmarks
| -rw-r--r-- | indra/newview/llfavoritesbar.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/indra/newview/llfavoritesbar.cpp b/indra/newview/llfavoritesbar.cpp index d614d612ff..5b4b7789b4 100644 --- a/indra/newview/llfavoritesbar.cpp +++ b/indra/newview/llfavoritesbar.cpp @@ -750,7 +750,7 @@ void LLFavoritesBarCtrl::updateButtons()  		return;  	} -	if(mGetPrevItems) +	if(mGetPrevItems && gInventory.isCategoryComplete(mFavoriteFolderId))  	{  	    for (LLInventoryModel::item_array_t::iterator it = mItems.begin(); it != mItems.end(); it++)  	    { | 
