1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-01 03:40:16 +02: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() );
}