From 04edfb3dbbdf9a2a4ac6cf2ecafcbd88044ee094 Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Mon, 7 Mar 2011 14:54:01 +0100 Subject: define constants for handler bus name It's more convenient and safe than hardcoding them everywhere. --- libempathy/empathy-ft-factory.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'libempathy/empathy-ft-factory.c') diff --git a/libempathy/empathy-ft-factory.c b/libempathy/empathy-ft-factory.c index 398474719..5fb238a2b 100644 --- a/libempathy/empathy-ft-factory.c +++ b/libempathy/empathy-ft-factory.c @@ -28,6 +28,7 @@ #include "empathy-ft-factory.h" #include "empathy-ft-handler.h" #include "empathy-marshal.h" +#include "empathy-request-util.h" #include "empathy-utils.h" /** @@ -219,7 +220,7 @@ empathy_ft_factory_init (EmpathyFTFactory *self) } priv->handler = tp_simple_handler_new (dbus, FALSE, FALSE, - "Empathy.FileTransfer", FALSE, handle_channels_cb, self, NULL); + EMPATHY_FT_BUS_NAME_SUFFIX, FALSE, handle_channels_cb, self, NULL); tp_base_client_take_handler_filter (priv->handler, tp_asv_new ( TP_PROP_CHANNEL_CHANNEL_TYPE, G_TYPE_STRING, -- cgit v1.2.3