hal/libhal-storage libhal-storage.c,1.27,1.28
David Zeuthen
david at freedesktop.org
Wed Feb 15 19:30:43 PST 2006
Update of /cvs/hal/hal/libhal-storage
In directory gabe:/tmp/cvs-serv24759/libhal-storage
Modified Files:
libhal-storage.c
Log Message:
2006-02-15 David Zeuthen <davidz at redhat.com>
* libhal-storage/libhal-storage.c (libhal_volume_from_udi): Forgot
to set uuid so libhal_volume_get_uuid() would always return NULL.
Index: libhal-storage.c
===================================================================
RCS file: /cvs/hal/hal/libhal-storage/libhal-storage.c,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -d -r1.27 -r1.28
--- libhal-storage.c 15 Jan 2006 16:54:05 -0000 1.27
+++ libhal-storage.c 16 Feb 2006 03:30:40 -0000 1.28
@@ -1057,6 +1057,7 @@
LIBHAL_PROP_EXTRACT_STRING ("volume.fstype", vol->fstype);
LIBHAL_PROP_EXTRACT_BOOL ("volume.is_mounted", vol->is_mounted);
LIBHAL_PROP_EXTRACT_STRING ("volume.fsusage", vol_fsusage_textual);
+ LIBHAL_PROP_EXTRACT_STRING ("volume.uuid", vol->uuid);
LIBHAL_PROP_EXTRACT_BOOL ("volume.ignore", vol->ignore_volume);
More information about the hal-commit
mailing list