dbus ChangeLog,1.654,1.655

Joe Shaw joe@freedesktop.org
Mon Jan 24 13:44:37 PST 2005


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

Modified Files:
	ChangeLog 
Log Message:
2005-01-24  Joe Shaw  <joeshaw@novell.com>

	* dbus/dbus-connection.c (dbus_connection_dispatch): Print out the
	signature for the method that can't be found.

	* dbus/dbus-message.c (dbus_message_iter_init): To check to see if
	the message has any arguments, we need to call
	_dbus_type_reader_get_current_type(), not
	_dbus_type_reader_has_next().

Index: ChangeLog
===================================================================
RCS file: /cvs/dbus/dbus/ChangeLog,v
retrieving revision 1.654
retrieving revision 1.655
diff -u -d -r1.654 -r1.655
--- ChangeLog	24 Jan 2005 05:56:25 -0000	1.654
+++ ChangeLog	24 Jan 2005 21:44:35 -0000	1.655
@@ -1,3 +1,13 @@
+2005-01-24  Joe Shaw  <joeshaw@novell.com>
+
+	* dbus/dbus-connection.c (dbus_connection_dispatch): Print out the
+	signature for the method that can't be found.
+
+	* dbus/dbus-message.c (dbus_message_iter_init): To check to see if
+	the message has any arguments, we need to call
+	_dbus_type_reader_get_current_type(), not
+	_dbus_type_reader_has_next().
+
 2005-01-24  Havoc Pennington  <hp@redhat.com>
 
 	* dbus/dbus-message-factory.c: more testing of message validation



More information about the dbus-commit mailing list