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

Don't double-delete playlists either

This commit is contained in:
Leo Franchi 2011-08-23 10:20:26 -04:00
parent 924c1b3a72
commit 41f3193355

View File

@ -125,7 +125,6 @@ PlaylistView::onDeleted()
{
qDebug() << Q_FUNC_INFO;
emit destroyed( widget() );
deleteLater();
}