Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0/

master
Eric M. Tulla (BigPapi) 2010-02-01 18:44:36 -05:00
commit 75b382a97c
1 changed files with 1 additions and 2 deletions

View File

@ -870,8 +870,7 @@ void open_inventory_offer(const std::vector<LLUUID>& items, const std::string& f
////////////////////////////////////////////////////////////////////////////////
// Don't highlight if it's in certain "quiet" folders which don't need UI
// notification (e.g. trash, cof, lost-and-found).
const BOOL user_is_away = gAwayTimer.getStarted();
if(!user_is_away)
if(!gAgent.getAFK())
{
const LLViewerInventoryCategory *parent = gInventory.getFirstNondefaultParent(item_id);
if (parent)