From f0ba6ce95c1f30524453ce996fa536a888f018da Mon Sep 17 00:00:00 2001 From: Tannin Date: Wed, 22 May 2013 18:16:56 +0200 Subject: - added NCC to repository - deleting files from download manager now moves them to recycle bin instead of deleting permanentyl - cleanup in installation manager - ini editor (old) can now be configured to open files in external editor - bugfix: .net check in ncc installer was broken - bugfix: mod-overwrite dialog wasn't displayed for complex installers --- src/profilesdialog.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/profilesdialog.cpp') diff --git a/src/profilesdialog.cpp b/src/profilesdialog.cpp index 1f644a2f..9955ecd2 100644 --- a/src/profilesdialog.cpp +++ b/src/profilesdialog.cpp @@ -179,7 +179,7 @@ void ProfilesDialog::on_removeProfileButton_clicked() if (item != NULL) { delete item; } - shellDelete(QStringList(profilePath), NULL); + shellDelete(QStringList(profilePath)); } } -- cgit v1.3.1