From 6d6e64be9d361ca126aad15fc7361addfaddf439 Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Thu, 9 Sep 2010 17:00:12 +0000 Subject: UDisks plugin: fixed cd/dvd detection; Hal plugin: added iso9660 detection git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@1881 90c681e8-e032-0410-971d-27865f9a5e38 --- src/plugins/General/hal/halplugin.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/plugins/General/hal/halplugin.cpp') diff --git a/src/plugins/General/hal/halplugin.cpp b/src/plugins/General/hal/halplugin.cpp index 49a9faacb..98c06b2fc 100644 --- a/src/plugins/General/hal/halplugin.cpp +++ b/src/plugins/General/hal/halplugin.cpp @@ -121,7 +121,8 @@ void HalPlugin::addDevice(const QString &udi) (device->property("volume.fstype").toString() == "vfat" || device->property("volume.fstype").toString() == "iso" || device->property("volume.fstype").toString() == "udf" || - device->property("volume.fstype").toString() == "ext2")) + device->property("volume.fstype").toString() == "ext2" || + device->property("volume.fstype").toString() == "iso9660")) { if (m_detectRemovable) { -- cgit v1.2.3-13-gbd6f