From 737479031f51b00020b6020f8780137bb4a3de1b Mon Sep 17 00:00:00 2001 From: Joe Shaw Date: Mon, 24 Jan 2005 21:44:35 +0000 Subject: 2005-01-24 Joe Shaw * 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(). --- ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index aad79745..bac52fca 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2005-01-24 Joe Shaw + + * 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 * dbus/dbus-message-factory.c: more testing of message validation -- cgit