diff --git a/src/libtomahawk/Playlist.cpp b/src/libtomahawk/Playlist.cpp index b063ee2c0..bbda7ed5f 100644 --- a/src/libtomahawk/Playlist.cpp +++ b/src/libtomahawk/Playlist.cpp @@ -301,6 +301,8 @@ Playlist::removeUpdater( PlaylistUpdaterInterface* updater ) disconnect( updater, SIGNAL( changed() ), this, SIGNAL( changed() ) ); disconnect( updater, SIGNAL( destroyed( QObject* ) ), this, SIGNAL( changed() ) ); + + emit changed(); }