[empathy: 17/99] Use EMPATHY_CALL_BUS_NAME_SUFFIX instead of the literal
- From: Emilio Pozuelo Monfort <epm src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [empathy: 17/99] Use EMPATHY_CALL_BUS_NAME_SUFFIX instead of the literal
- Date: Thu, 9 Jun 2011 09:50:47 +0000 (UTC)
commit 9f5331305a835383471406db7e66e0d9c1b97db3
Author: Emilio Pozuelo Monfort <emilio pozuelo collabora co uk>
Date: Wed Jun 8 16:02:33 2011 +0100
Use EMPATHY_CALL_BUS_NAME_SUFFIX instead of the literal
src/empathy-call-factory.c | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/src/empathy-call-factory.c b/src/empathy-call-factory.c
index c5ee997..68ba2b2 100644
--- a/src/empathy-call-factory.c
+++ b/src/empathy-call-factory.c
@@ -30,6 +30,7 @@
#include <telepathy-yell/telepathy-yell.h>
#include <libempathy/empathy-channel-factory.h>
+#include <libempathy/empathy-request-util.h>
#include <libempathy/empathy-utils.h>
#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,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]