1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-03-20 07:49:42 +01:00
This commit is contained in:
Leo Franchi 2011-10-21 14:28:12 -04:00
parent 8bbe15edee
commit 3924521aed

View File

@ -422,7 +422,7 @@ CollectionItem::tempPageActivated( Tomahawk::ViewPage* v )
}
// Only keep 5 temporary pages at once
while ( m_tempItems.size() > 5 )
while ( m_tempItems.size() > 4 )
{
TemporaryPageItem* item = m_tempItems.takeFirst();
QTimer::singleShot( 0, item, SLOT( removeFromList() ) );