blob: 3dc8c4fa81681032fc821023ed357daac039faf7 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- metadata/rb-metadata-dbus-service.c.orig Sat Oct 7 21:25:45 2006
+++ metadata/rb-metadata-dbus-service.c Sat Oct 7 21:25:56 2006
@@ -494,7 +494,7 @@ main (int argc, char **argv)
g_main_loop_run (svc.loop);
if (svc.connection) {
- dbus_connection_disconnect (svc.connection);
+ dbus_connection_close (svc.connection);
dbus_connection_unref (svc.connection);
}
|