From 9159e3c47e8fb02c02da3718dcd71fd1ae6232a0 Mon Sep 17 00:00:00 2001 From: Arnaud Bienner Date: Sat, 29 Jan 2011 16:11:20 +0000 Subject: [PATCH] Oups... miss to also correct this --- src/ui/edittagdialog.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ui/edittagdialog.cpp b/src/ui/edittagdialog.cpp index b992c061a..2f4f25e98 100644 --- a/src/ui/edittagdialog.cpp +++ b/src/ui/edittagdialog.cpp @@ -732,7 +732,7 @@ void EditTagDialog::FetchTagSongChoosen(const QString& filename, const Song& son if (sel.isEmpty()) return; Song* current_song = &data_[sel.first().row()].original_; - if (!current_song->is_valid() || current_song->id() == -1) + if (!current_song->is_valid()) return; // Check it's still the same song, using filename if(filename != current_song->filename()) {