1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-08 23:26:40 +02:00

* A Source's latest-additions view is now a TrackView instead of a CollectionView.

This commit is contained in:
Christian Muehlhaeuser
2012-06-01 04:47:54 +02:00
parent 175b413584
commit 872ccc5305

View File

@@ -528,7 +528,7 @@ SourceItem::latestAdditionsClicked()
{ {
if ( !m_latestAdditionsPage ) if ( !m_latestAdditionsPage )
{ {
CollectionView* cv = new CollectionView( ViewManager::instance()->widget() ); TrackView* cv = new TrackView( ViewManager::instance()->widget() );
cv->setFrameShape( QFrame::NoFrame ); cv->setFrameShape( QFrame::NoFrame );
cv->setAttribute( Qt::WA_MacShowFocusRect, 0 ); cv->setAttribute( Qt::WA_MacShowFocusRect, 0 );