- Delete torrent permanently from hard drive used to delete parent folder if empty (fixed)

This commit is contained in:
Christophe Dumez 2007-06-30 19:19:09 +00:00
parent d12e510fad
commit e2427a4ce2
4 changed files with 4 additions and 3 deletions

View file

@ -116,7 +116,7 @@ class misc : public QObject{
}
}
// Remove empty folder
if(current_dir.rmpath(path)){
if(current_dir.rmdir(path)){
return true;
}else{
return false;