diff options
| author | Leslie Linden <leslie@lindenlab.com> | 2011-09-01 16:47:14 -0700 | 
|---|---|---|
| committer | Leslie Linden <leslie@lindenlab.com> | 2011-09-01 16:47:14 -0700 | 
| commit | 16b34829993c1d59aaeeeafaea68c9aa8e0a5035 (patch) | |
| tree | c432aa320da292f5768ad5fcab26a788191067cc /indra/newview | |
| parent | 02658d9725435ee14b21183365388deacb5e88e5 (diff) | |
* Changing inbox item "new" tag to off by default rather than on to eliminate
  false positives.
Diffstat (limited to 'indra/newview')
| -rw-r--r-- | indra/newview/llpanelmarketplaceinboxinventory.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/indra/newview/llpanelmarketplaceinboxinventory.cpp b/indra/newview/llpanelmarketplaceinboxinventory.cpp index f6a4b6e26b..e5fe2d0504 100644 --- a/indra/newview/llpanelmarketplaceinboxinventory.cpp +++ b/indra/newview/llpanelmarketplaceinboxinventory.cpp @@ -162,7 +162,7 @@ LLFolderViewItem * LLInboxInventoryPanel::createFolderViewItem(LLInvFVBridge * b  LLInboxFolderViewFolder::LLInboxFolderViewFolder(const Params& p)  	: LLFolderViewFolder(p)  	, LLBadgeOwner(getHandle()) -	, mFresh(true) +	, mFresh(false)  {  #if SUPPORTING_FRESH_ITEM_COUNT  	initBadgeParams(p.new_badge()); | 
