Oops... Actually, it's better like this :)

This commit is contained in:
Arnaud Bienner 2011-08-18 22:10:09 +02:00
parent 299f15b7ee
commit f33b62a877
1 changed files with 2 additions and 2 deletions

View File

@ -213,7 +213,7 @@ void GioLister::VolumeAdded(GVolume* volume) {
DeviceInfo info;
info.ReadVolumeInfo(volume);
#ifndef HAVE_AUDIOCD
#ifdef HAVE_AUDIOCD
if (info.volume_root_uri.startsWith("cdda"))
// Audio CD devices are already handled by CDDA lister
return;
@ -250,7 +250,7 @@ void GioLister::MountAdded(GMount* mount) {
DeviceInfo info;
info.ReadVolumeInfo(g_mount_get_volume(mount));
#ifndef HAVE_AUDIOCD
#ifdef HAVE_AUDIOCD
if (info.volume_root_uri.startsWith("cdda"))
// Audio CD devices are already handled by CDDA lister
return;