|
|
|
@ -544,7 +544,8 @@ void Disc::startDVD( const TQString &device )
|
|
|
|
|
devList.append( dcopList[i+5] );
|
|
|
|
|
}
|
|
|
|
|
else if ( dcopList[i+10]=="media/cdrom_mounted"
|
|
|
|
|
|| dcopList[i+10]=="media/cdwriter_mounted"
|
|
|
|
|
|| dcopList[i+10]=="media/cd-r_mounted"
|
|
|
|
|
|| dcopList[i+10]=="media/cd-rw_mounted"
|
|
|
|
|
|| dcopList[i+10]=="media/dvd_mounted" ) {
|
|
|
|
|
if ( TQFile::exists(dcopList[i+6]+"/video_ts") || TQFile::exists(dcopList[i+6]+"/VIDEO_TS") )
|
|
|
|
|
devList.append( dcopList[i+5] );
|
|
|
|
|