mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-03-20 07:49:42 +01:00
5, not 6
This commit is contained in:
parent
8bbe15edee
commit
3924521aed
@ -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() ) );
|
||||
|
Loading…
x
Reference in New Issue
Block a user