summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-05-10 14:04:17 +0200
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-05-10 14:04:17 +0200
commit00f0133f43d96008230378c3245034fee82c287c (patch)
tree56eaefcab3a73c26300306a11cb8d6fe5f107e0a
parent85ef11d6ad84bf5c26df16616365930b6ec83778 (diff)
no need to pass dbus-connection when constructing CDO
-rw-r--r--telepathy-glib/channel-dispatch-operation.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/telepathy-glib/channel-dispatch-operation.c b/telepathy-glib/channel-dispatch-operation.c
index afaa5e8d..c8d7462d 100644
--- a/telepathy-glib/channel-dispatch-operation.c
+++ b/telepathy-glib/channel-dispatch-operation.c
@@ -936,7 +936,6 @@ tp_channel_dispatch_operation_new (TpDBusDaemon *bus_daemon,
self = TP_CHANNEL_DISPATCH_OPERATION (g_object_new (
TP_TYPE_CHANNEL_DISPATCH_OPERATION,
"dbus-daemon", bus_daemon,
- "dbus-connection", ((TpProxy *) bus_daemon)->dbus_connection,
"bus-name", unique_name,
"object-path", object_path,
"cdo-properties", immutable_properties,
@@ -1298,7 +1297,6 @@ _tp_channel_dispatch_operation_new_with_objects (TpDBusDaemon *bus_daemon,
self = TP_CHANNEL_DISPATCH_OPERATION (g_object_new (
TP_TYPE_CHANNEL_DISPATCH_OPERATION,
"dbus-daemon", bus_daemon,
- "dbus-connection", ((TpProxy *) bus_daemon)->dbus_connection,
"bus-name", unique_name,
"object-path", object_path,
"cdo-properties", immutable_properties,