From f03c0af1c7cf075111748b60e5dc22bcafe15ac8 Mon Sep 17 00:00:00 2001 From: "John (J5) Palmieri" Date: Thu, 2 Jun 2005 18:22:04 +0000 Subject: * tools/dbus-send.c (main): s/dbus_connection_disconnect/dbus_connection_close * test/glib/test-profile.c (no_bus_thread_func, with_bus_thread_func): s/dbus_connection_disconnect/dbus_connection_close * test/test-service.c (path_message_func, filter_func): s/dbus_connection_disconnect/dbus_connection_close --- ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 65e0dc59..cedd2afd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -19,6 +19,16 @@ * bus/bus.c (new_connection_callback): s/dbus_connection_disconnect/dbus_connection_close + + * tools/dbus-send.c (main): + s/dbus_connection_disconnect/dbus_connection_close + + * test/glib/test-profile.c (no_bus_thread_func, with_bus_thread_func): + s/dbus_connection_disconnect/dbus_connection_close + + * test/test-service.c (path_message_func, filter_func): + s/dbus_connection_disconnect/dbus_connection_close + 2005-05-25 Colin Walters -- cgit