summaryrefslogtreecommitdiff
path: root/telepathy-glib/run.c
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2008-01-14 13:40:02 +0000
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2008-01-14 13:40:02 +0000
commiteb092e46957ffbf25460164f8eb4d329657b94fe (patch)
treee09d807b0887b38933e0aa5a4f9d6f4cfaa659bf /telepathy-glib/run.c
parentc96f580a3c5c1f8b7b1d68766671821dd5d91865 (diff)
downloadtelepathy-glib-eb092e46957ffbf25460164f8eb4d329657b94fe.tar.gz
Add a #define for TP_ERROR_PREFIX, the common prefix of Telepathy errors
20080114134002-53eee-be60b169ff03c90cc1acc9fa71311e2dfb37471a.gz
Diffstat (limited to 'telepathy-glib/run.c')
-rw-r--r--telepathy-glib/run.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/telepathy-glib/run.c b/telepathy-glib/run.c
index 11c86acb9..e1be91c92 100644
--- a/telepathy-glib/run.c
+++ b/telepathy-glib/run.c
@@ -211,8 +211,7 @@ tp_run_connection_manager (const char *prog_name,
mainloop = g_main_loop_new (NULL, FALSE);
- dbus_g_error_domain_register (TP_ERRORS,
- "org.freedesktop.Telepathy.Error", TP_TYPE_ERROR);
+ dbus_g_error_domain_register (TP_ERRORS, TP_ERROR_PREFIX, TP_TYPE_ERROR);
manager = construct_cm ();