Recursively delete directories

This commit is contained in:
Pierre Pronchery 2007-06-25 08:20:33 +00:00
parent c74b5c622e
commit c254fa2302

View File

@ -204,7 +204,7 @@ static void _delete_do(Browser * browser, GList * selection, unsigned long cnt)
#else
argv[0] = "delete";
#endif
argv[1] = "-i";
argv[1] = "-ir";
argv[2] = "--";
for(p = selection; p != NULL && i <= cnt + 1; p = p->next)
{