1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-03-24 01:39:42 +01:00

update when new playlists are reset

This commit is contained in:
Leo Franchi 2011-05-02 18:58:06 -04:00
parent 1bb69c0fc9
commit aff34374cb

View File

@ -53,6 +53,8 @@ WelcomePlaylistModel::loadFromSettings()
m_recplaylists << pl;
}
endResetModel();
emit emptinessChanged( m_recplaylists.isEmpty() );
}