Skip to content

Commit

Permalink
fix #30986: Updated locale_<lang>.zip files are not getting deleted a…
Browse files Browse the repository at this point in the history
…fter unzip
  • Loading branch information
lasconic committed Aug 27, 2014
1 parent dcf963b commit 2a31427
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mscore/resourceManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ void ResourceManager::download()
f.close();
}
}

zipFile.close();
if (result) {
QFile::remove(localPath);
button->setText(tr("Updated"));
Expand Down

0 comments on commit 2a31427

Please sign in to comment.