dbus ChangeLog,1.579,1.580

Joe Shaw joe at freedesktop.org
Wed Oct 27 15:35:05 PDT 2004


Update of /cvs/dbus/dbus
In directory gabe:/tmp/cvs-serv32237

Modified Files:
	ChangeLog 
Log Message:
2004-10-27  Joe Shaw  <joeshaw at novell.com>

	* mono/Arguments.cs (GetDBusTypeConstructor):
	type.UnderlyingSystemType will return "System.Byte" if you do it
	on "byte[]", which is not what we want.  So check the type.IsArray
	property and use System.Array instead.

Index: ChangeLog
===================================================================
RCS file: /cvs/dbus/dbus/ChangeLog,v
retrieving revision 1.579
retrieving revision 1.580
diff -u -d -r1.579 -r1.580
--- ChangeLog	25 Oct 2004 18:48:58 -0000	1.579
+++ ChangeLog	27 Oct 2004 22:35:02 -0000	1.580
@@ -1,3 +1,10 @@
+2004-10-27  Joe Shaw  <joeshaw at novell.com>
+
+	* mono/Arguments.cs (GetDBusTypeConstructor):
+	type.UnderlyingSystemType will return "System.Byte" if you do it
+	on "byte[]", which is not what we want.  So check the type.IsArray
+	property and use System.Array instead.
+
 2004-10-25  John (J5) Palmieri  <johnp at redhat.com>
 
 	* dbus/dbus-sysdeps.c (fill_user_info): On errors do not free



More information about the dbus-commit mailing list