hal/hald hald_dbus.c,1.23,1.24
David Zeuthen
david at freedesktop.org
Tue Feb 22 08:23:30 PST 2005
- Previous message: hal/volume_id Makefile.am, 1.3, 1.4 cramfs.c, NONE, 1.1 cramfs.h,
NONE, 1.1 dasd.c, 1.1, 1.2 dasd.h, 1.1, 1.2 ext.c, 1.1,
1.2 fat.c, 1.2, 1.3 hfs.c, 1.1, 1.2 highpoint.c, 1.1,
1.2 hpfs.c, NONE, 1.1 hpfs.h, NONE, 1.1 iso9660.c, 1.1,
1.2 jfs.c, 1.1, 1.2 linux_raid.c, 1.1, 1.2 linux_swap.c, 1.1,
1.2 lvm.c, 1.1, 1.2 mac.c, 1.1, 1.2 msdos.c, 1.1, 1.2 ntfs.c,
1.1, 1.2 reiserfs.c, 1.1, 1.2 romfs.c, NONE, 1.1 romfs.h, NONE,
1.1 sysv.c, NONE, 1.1 sysv.h, NONE, 1.1 udf.c, 1.1, 1.2 ufs.c,
1.1, 1.2 util.h, 1.1, 1.2 volume_id.c, 1.2, 1.3 volume_id.h,
1.3, 1.4 xfs.c, 1.1, 1.2
- Next message: hal/hald/linux2 osspec.c,1.13,1.14
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvs/hal/hal/hald
In directory gabe:/tmp/cvs-serv26917/hald
Modified Files:
hald_dbus.c
Log Message:
2005-02-22 David Zeuthen <david at fubar.dk>
* hald/linux2/osspec.c (osspec_init): Small fix for the kobject_uevent
stuff
* hald/hald_dbus.c (manager_find_device_by_capability): Patch from
John (J5) Palmieri <johnp at redhat.com> Attached is a simple patch
to fix the signature of the array container we are opening.
Index: hald_dbus.c
===================================================================
RCS file: /cvs/hal/hal/hald/hald_dbus.c,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -d -r1.23 -r1.24
--- hald_dbus.c 16 Feb 2005 18:39:56 -0000 1.23
+++ hald_dbus.c 22 Feb 2005 16:23:28 -0000 1.24
@@ -505,7 +505,7 @@
dbus_message_iter_init_append (reply, &iter);
dbus_message_iter_open_container (&iter,
DBUS_TYPE_ARRAY,
- DBUS_TYPE_ARRAY_AS_STRING,
+ DBUS_TYPE_STRING_AS_STRING,
&iter_array);
info.capability = capability;
- Previous message: hal/volume_id Makefile.am, 1.3, 1.4 cramfs.c, NONE, 1.1 cramfs.h,
NONE, 1.1 dasd.c, 1.1, 1.2 dasd.h, 1.1, 1.2 ext.c, 1.1,
1.2 fat.c, 1.2, 1.3 hfs.c, 1.1, 1.2 highpoint.c, 1.1,
1.2 hpfs.c, NONE, 1.1 hpfs.h, NONE, 1.1 iso9660.c, 1.1,
1.2 jfs.c, 1.1, 1.2 linux_raid.c, 1.1, 1.2 linux_swap.c, 1.1,
1.2 lvm.c, 1.1, 1.2 mac.c, 1.1, 1.2 msdos.c, 1.1, 1.2 ntfs.c,
1.1, 1.2 reiserfs.c, 1.1, 1.2 romfs.c, NONE, 1.1 romfs.h, NONE,
1.1 sysv.c, NONE, 1.1 sysv.h, NONE, 1.1 udf.c, 1.1, 1.2 ufs.c,
1.1, 1.2 util.h, 1.1, 1.2 volume_id.c, 1.2, 1.3 volume_id.h,
1.3, 1.4 xfs.c, 1.1, 1.2
- Next message: hal/hald/linux2 osspec.c,1.13,1.14
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the hal-commit
mailing list