Skip to content

Commit

Permalink
* Use FlexibleView's setPlaylistModel.
Browse files Browse the repository at this point in the history
  • Loading branch information
muesli committed Nov 14, 2012
1 parent f924fd3 commit 39f1c04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libtomahawk/ViewManager.cpp
Expand Up @@ -141,7 +141,7 @@ ViewManager::createPageForPlaylist( const playlist_ptr& playlist )
view->setPixmap( pv->pixmap() ); view->setPixmap( pv->pixmap() );


// We need to set the model on the view before loading the playlist, so spinners & co are connected // We need to set the model on the view before loading the playlist, so spinners & co are connected
view->setPlayableModel( model ); view->setPlaylistModel( model );
pv->setPlaylistModel( model ); pv->setPlaylistModel( model );


model->loadPlaylist( playlist ); model->loadPlaylist( playlist );
Expand Down

0 comments on commit 39f1c04

Please sign in to comment.