diff options
Diffstat (limited to 'src/empathy-tube-dispatch.c')
-rw-r--r-- | src/empathy-tube-dispatch.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/empathy-tube-dispatch.c b/src/empathy-tube-dispatch.c index 63b31b2b6..545f67935 100644 --- a/src/empathy-tube-dispatch.c +++ b/src/empathy-tube-dispatch.c @@ -149,7 +149,7 @@ empathy_tube_dispatch_constructed (GObject *object) const gchar *channel_type; TpTubeType type; - priv->dbus = tp_dbus_daemon_new (tp_get_bus()); + priv->dbus = tp_dbus_daemon_new (tp_get_bus ()); channel = empathy_dispatch_operation_get_channel (priv->operation); properties = tp_channel_borrow_immutable_properties (channel); |