diff options
| -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++)  	    { | 
