hal/hald hald_dbus.c,1.23,1.24

David Zeuthen david at freedesktop.org
Tue Feb 22 08:23:30 PST 2005


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;




More information about the hal-commit mailing list