From 5daf042976381b05561872f8740e498fe1ee44ae Mon Sep 17 00:00:00 2001 From: Christian Muehlhaeuser Date: Thu, 5 Sep 2013 22:24:52 +0200 Subject: [PATCH] * We shouldn't need to set an empty-tip in the ViewManager any longer. --- src/libtomahawk/ViewManager.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/libtomahawk/ViewManager.cpp b/src/libtomahawk/ViewManager.cpp index 0521c938a..f0b43a57a 100644 --- a/src/libtomahawk/ViewManager.cpp +++ b/src/libtomahawk/ViewManager.cpp @@ -145,7 +145,6 @@ ViewManager::createPageForPlaylist( const playlist_ptr& playlist ) PlaylistView* pv = new PlaylistView(); view->setDetailedView( pv ); view->setPixmap( pv->pixmap() ); - view->setEmptyTip( tr( "This playlist is empty!" ) ); // We need to set the model on the view before loading the playlist, so spinners & co are connected view->setPlaylistModel( model ); @@ -167,7 +166,6 @@ ViewManager::createPageForList( const QString& title, const QList< query_ptr >& PlaylistView* pv = new PlaylistView(); view->setDetailedView( pv ); view->setPixmap( pv->pixmap() ); - view->setEmptyTip( tr( "This playlist is empty!" ) ); view->setTemporaryPage( true ); // We need to set the model on the view before loading the playlist, so spinners & co are connected