You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
676 B
14 lines
676 B
13 years ago
|
Index: kioslave/media/mediamanager/halbackend.cpp
|
||
|
===================================================================
|
||
|
--- kioslave/media/mediamanager/halbackend.cpp.orig
|
||
|
+++ kioslave/media/mediamanager/halbackend.cpp
|
||
|
@@ -471,7 +471,7 @@ void HALBackend::setVolumeProperties(Med
|
||
|
|
||
|
medium->mountableState(
|
||
|
libhal_volume_get_device_file(halVolume), /* Device node */
|
||
|
- libhal_volume_get_mount_point(halVolume), /* Mount point */
|
||
|
+ QString::fromUtf8(libhal_volume_get_mount_point(halVolume)), /* Mount point */
|
||
|
libhal_volume_get_fstype(halVolume), /* Filesystem type */
|
||
|
libhal_volume_is_mounted(halVolume) ); /* Mounted ? */
|
||
|
|