hal/tools hal-device.c,1.5,1.6 lshal.c,1.20,1.21

Kay Sievers kay at kemper.freedesktop.org
Fri Jul 14 10:46:59 PDT 2006


Update of /cvs/hal/hal/tools
In directory kemper:/tmp/cvs-serv18815/tools

Modified Files:
	hal-device.c lshal.c 
Log Message:
2006-07-14  Kay Sievers  <kay.sievers at vrfy.org>

        * tools/hal-device.c: (main):
        * tools/lshal.c: (main):
        Replace dbus_connection_disconnect() with dbus_connection_close()
        (D-BUS api rename)


Index: hal-device.c
===================================================================
RCS file: /cvs/hal/hal/tools/hal-device.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- hal-device.c	12 May 2006 14:34:28 -0000	1.5
+++ hal-device.c	14 Jul 2006 17:46:57 -0000	1.6
@@ -155,7 +155,7 @@
 
 	libhal_ctx_shutdown(hal_ctx, &error);
 	libhal_ctx_free(hal_ctx);
-	dbus_connection_disconnect(conn);
+	dbus_connection_close(conn);
 	dbus_connection_unref(conn);
 	dbus_error_free(&error);
 

Index: lshal.c
===================================================================
RCS file: /cvs/hal/hal/tools/lshal.c,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -d -r1.20 -r1.21
--- lshal.c	5 Mar 2006 00:41:50 -0000	1.20
+++ lshal.c	14 Jul 2006 17:46:57 -0000	1.21
@@ -705,7 +705,7 @@
 	libhal_ctx_shutdown (hal_ctx, &error);
 	libhal_ctx_free (hal_ctx);
 
-	dbus_connection_disconnect (conn);
+	dbus_connection_close (conn);
 	dbus_connection_unref (conn);
 
 	if (show_device)




More information about the hal-commit mailing list