Ticket #1844: jobthread.patch

File jobthread.patch, 541 bytes (added by episani@…, 18 years ago)

mtd patch to delete temporal directory

  • mythdvd/mtd/jobthread.cpp

    old new  
    14101410    //
    14111411    if(working_directory)
    14121412    {
     1413   
     1414                  QString rip_file_string = QString("%1/vob/%2.vob").arg(working_directory->path()).arg(rip_name);
     1415                  sendLoggingEvent("Cleaning up "+rip_file_string);
     1416                  QDir d("stupid");
     1417                  d.remove(rip_file_string);   
     1418   
    14131419        if(two_pass)
    14141420        {
    14151421            working_directory->remove("twopass.log");