By default, Bugzilla does not search the list of RESOLVED bugs.
You can force it to do so by putting the upper-case word ALL in front of your search query, e.g.: ALL tdelibs
We recommend searching for bugs this way, as you may discover that your bug has already been resolved and fixed in a later release. View | Details | Raw Unified | Return to bug 1499
Collapse All | Expand All

(-)./kioslave/media/mediamanager/halbackend.cpp.ori3 (-1 / +1 lines)
Lines 536-542 Link Here
536
        kdDebug(1219) << "HALBackend::setVolumeProperties : normal volume" << endl;
536
        kdDebug(1219) << "HALBackend::setVolumeProperties : normal volume" << endl;
537
        medium->mountableState(
537
        medium->mountableState(
538
            libhal_volume_get_device_file(halVolume),		/* Device node */
538
            libhal_volume_get_device_file(halVolume),		/* Device node */
539
            libhal_volume_get_mount_point(halVolume),		/* Mount point */
539
            TQString::fromUtf8(libhal_volume_get_mount_point(halVolume)),	/* Mount point */
540
            libhal_volume_get_fstype(halVolume),		/* Filesystem type */
540
            libhal_volume_get_fstype(halVolume),		/* Filesystem type */
541
            libhal_volume_is_mounted(halVolume) );		/* Mounted ? */
541
            libhal_volume_is_mounted(halVolume) );		/* Mounted ? */
542
    }
542
    }

Return to bug 1499