diff options
| author | Tannin <devnull@localhost> | 2013-05-22 18:16:56 +0200 |
|---|---|---|
| committer | Tannin <devnull@localhost> | 2013-05-22 18:16:56 +0200 |
| commit | f0ba6ce95c1f30524453ce996fa536a888f018da (patch) | |
| tree | ff6fc7ad1de0e4813a0485cc7ab90baf23c51595 /src/profilesdialog.cpp | |
| parent | 45f6cd21a2c730b9dea322b0dba30120cdc40521 (diff) | |
- 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
Diffstat (limited to 'src/profilesdialog.cpp')
| -rw-r--r-- | src/profilesdialog.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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)); } } |
