diff --git a/src/internet/groovesharkservice.cpp b/src/internet/groovesharkservice.cpp index 5dcab3560..4c988a7ce 100644 --- a/src/internet/groovesharkservice.cpp +++ b/src/internet/groovesharkservice.cpp @@ -1219,7 +1219,8 @@ void GroovesharkService::RenamePlaylist(int playlist_id) { QString new_name = QInputDialog::getText(NULL, tr("Rename \"%1\" playlist").arg(old_name), tr("Name"), - QLineEdit::Normal); + QLineEdit::Normal, + old_name); if (new_name.isEmpty()) { return; }