diff options
author | Joe Shaw <joeshaw@novell.com> | 2005-03-09 17:30:38 +0000 |
---|---|---|
committer | Joe Shaw <joeshaw@novell.com> | 2005-03-09 17:30:38 +0000 |
commit | 59948748b24ca6f266b1eb957849e3d3127242bd (patch) | |
tree | 8c850d45bf2bc72e0169863b90b92ee58209ae76 /ChangeLog | |
parent | 74b1b35402f6b9bbc09999a6224dfc04bc48b2a9 (diff) | |
download | dbus-59948748b24ca6f266b1eb957849e3d3127242bd.tar.gz |
2005-03-09 Joe Shaw <joeshaw@novell.com>
* dbus/dbus-object-tree.c
(_dbus_object_tree_unregister_and_unlock): If checks are enabled
and we try to unregister a path that's not registered, still go
through the process of unlocking and don't just return.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2005-03-09 Joe Shaw <joeshaw@novell.com> + + * dbus/dbus-object-tree.c + (_dbus_object_tree_unregister_and_unlock): If checks are enabled + and we try to unregister a path that's not registered, still go + through the process of unlocking and don't just return. + 2005-03-09 Colin Walters <walters@verbum.org> * glib/dbus-gproxy.c (dbus_g_proxy_invoke): New method; calls |