summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--kaffeine/src/input/disc/disc.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/kaffeine/src/input/disc/disc.cpp b/kaffeine/src/input/disc/disc.cpp
index 5a340cb..097efdc 100644
--- a/kaffeine/src/input/disc/disc.cpp
+++ b/kaffeine/src/input/disc/disc.cpp
@@ -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] );