summaryrefslogtreecommitdiff
path: root/telepathy-glib/debug-sender.c
diff options
context:
space:
mode:
authorWill Thompson <will.thompson@collabora.co.uk>2010-11-26 12:34:08 +0000
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2012-04-18 08:57:30 +0200
commit6e70761bddc4def5057ccd240650a45601ce2cab (patch)
tree8e6e049be56b58b33781687227356fde521547f8 /telepathy-glib/debug-sender.c
parentb2cde22bbf29015c644a6552cfad26d0ca9aabc9 (diff)
downloadtelepathy-glib-6e70761bddc4def5057ccd240650a45601ce2cab.tar.gz
Add a #define for the Debug object path
Diffstat (limited to 'telepathy-glib/debug-sender.c')
-rw-r--r--telepathy-glib/debug-sender.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/telepathy-glib/debug-sender.c b/telepathy-glib/debug-sender.c
index 45b776e85..599d9672a 100644
--- a/telepathy-glib/debug-sender.c
+++ b/telepathy-glib/debug-sender.c
@@ -22,6 +22,7 @@
#include "debug-sender.h"
#include <telepathy-glib/dbus.h>
+#include <telepathy-glib/defs.h>
#include <telepathy-glib/gtypes.h>
#include <telepathy-glib/interfaces.h>
#include <telepathy-glib/util.h>
@@ -230,7 +231,7 @@ tp_debug_sender_constructed (GObject *object)
if (dbus_daemon != NULL)
{
tp_dbus_daemon_register_object (dbus_daemon,
- "/org/freedesktop/Telepathy/debug", debug_sender);
+ TP_DEBUG_OBJECT_PATH, debug_sender);
g_object_unref (dbus_daemon);
}