diff --git a/app/musicmuster.py b/app/musicmuster.py index 349c32e..c5d4ef6 100755 --- a/app/musicmuster.py +++ b/app/musicmuster.py @@ -418,7 +418,7 @@ class Window(QMainWindow, Ui_MainWindow): # Don't close current track playlist if self.tabPlaylist.widget(tab_index) == ( - self.current_track_playlist_tab): + self.current_track.playlist_tab): self.statusbar.showMessage( "Can't close current track playlist", 5000) return