diff options
author | Joe Shaw <joeshaw@novell.com> | 2005-01-24 21:44:35 +0000 |
---|---|---|
committer | Joe Shaw <joeshaw@novell.com> | 2005-01-24 21:44:35 +0000 |
commit | 737479031f51b00020b6020f8780137bb4a3de1b (patch) | |
tree | b8ffa5a39fe842859dfd99622eb5f5b9a44c738f /ChangeLog | |
parent | 72c433f80ba964f03688b61ff754b1c93d0fb4ad (diff) |
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().
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -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 |