From 9f5331305a835383471406db7e66e0d9c1b97db3 Mon Sep 17 00:00:00 2001 From: Emilio Pozuelo Monfort Date: Wed, 8 Jun 2011 16:02:33 +0100 Subject: Use EMPATHY_CALL_BUS_NAME_SUFFIX instead of the literal --- src/empathy-call-factory.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/empathy-call-factory.c') diff --git a/src/empathy-call-factory.c b/src/empathy-call-factory.c index c5ee99738..68ba2b2ba 100644 --- a/src/empathy-call-factory.c +++ b/src/empathy-call-factory.c @@ -30,6 +30,7 @@ #include #include +#include #include #include "empathy-call-factory.h" @@ -89,7 +90,7 @@ empathy_call_factory_init (EmpathyCallFactory *obj) } priv->handler = tp_simple_handler_new (dbus, FALSE, FALSE, - "Empathy.Call", FALSE, handle_channels_cb, obj, NULL); + EMPATHY_CALL_BUS_NAME_SUFFIX, FALSE, handle_channels_cb, obj, NULL); factory = empathy_channel_factory_new (); tp_base_client_set_channel_factory (priv->handler, -- cgit v1.2.3