1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-22 13:43:11 +02:00

Set playlists on config widget creation as well as on msg receive

This commit is contained in:
Leo Franchi
2012-03-19 09:53:50 -04:00
parent f2c3edb8fe
commit 6da14794df

View File

@@ -251,7 +251,10 @@ QWidget*
SpotifyAccount::configurationWidget()
{
if ( m_configWidget.isNull() )
{
m_configWidget = QWeakPointer< SpotifyAccountConfig >( new SpotifyAccountConfig( this ) );
m_configWidget.data()->setPlaylists( m_allSpotifyPlaylists );
}
else
m_configWidget.data()->loadFromConfig();