diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2010-09-09 17:00:12 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2010-09-09 17:00:12 +0000 |
| commit | 6d6e64be9d361ca126aad15fc7361addfaddf439 (patch) | |
| tree | 367b58466fcb6f685e138344610879631bf9df16 /src/plugins/General/hal | |
| parent | 7135cbf5a06ec6b74b85ee851e6ead90607f1fdc (diff) | |
| download | qmmp-6d6e64be9d361ca126aad15fc7361addfaddf439.tar.gz qmmp-6d6e64be9d361ca126aad15fc7361addfaddf439.tar.bz2 qmmp-6d6e64be9d361ca126aad15fc7361addfaddf439.zip | |
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
Diffstat (limited to 'src/plugins/General/hal')
| -rw-r--r-- | src/plugins/General/hal/halplugin.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
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) { |
