[Xfce4-commits] <thunar-volman:master> Fix a weird error I cannot really explain...
Jannis Pohlmann
noreply at xfce.org
Mon Jul 26 10:28:01 CEST 2010
Updating branch refs/heads/master
to 73190ddbcc5ad3c915fff21f12a262c07d432ea1 (commit)
from 5611e57af9d832a6ec90d4e28fb3a422800e94ac (commit)
commit 73190ddbcc5ad3c915fff21f12a262c07d432ea1
Author: Jannis Pohlmann <jannis at xfce.org>
Date: Mon Jul 26 10:26:51 2010 +0200
Fix a weird error I cannot really explain...
thunar-volman/tvm-block-device.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/thunar-volman/tvm-block-device.c b/thunar-volman/tvm-block-device.c
index b88d01d..b5f73bf 100644
--- a/thunar-volman/tvm-block-device.c
+++ b/thunar-volman/tvm-block-device.c
@@ -772,7 +772,7 @@ tvm_block_device_added (TvmContext *context)
g_return_if_fail (context != NULL);
/* collect general device information */
- devtype = g_udev_device_get_devtype (context->device);
+ devtype = g_udev_device_get_property (context->device, "DEVTYPE");
id_type = g_udev_device_get_property (context->device, "ID_TYPE");
id_fs_usage = g_udev_device_get_property (context->device, "ID_FS_USAGE");
More information about the Xfce4-commits
mailing list