summaryrefslogtreecommitdiff
path: root/telepathy-glib/errors.h
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2009-03-24 19:06:47 +0000
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2009-03-24 19:06:47 +0000
commit45e98fa51ee5e4b0f76a5a6d2fdd7c9ae62942c8 (patch)
tree3c381d5d35adb99cd13ed45e189658ca6212be9f /telepathy-glib/errors.h
parent353759a7903a4e5f04b00929a8138f0a39a9f22f (diff)
downloadtelepathy-glib-45e98fa51ee5e4b0f76a5a6d2fdd7c9ae62942c8.tar.gz
Use the correct prefix for D-Bus errors
This has been wrong since telepathy-glib 0.7.0.1 and nobody noticed... perhaps this says something about how often people handle errors :-) Expected impact: * Connection managers will emit the correct errors as soon as telepathy-glib binaries are upgraded * Clients that use TpConnection, TpChannel etc. will expect the correct errors as soon as telepathy-glib binaries are upgraded * Clients that string-match errors manually might need rebuilding against telepathy-glib 0.7.28, or in the worst case, patching
Diffstat (limited to 'telepathy-glib/errors.h')
-rw-r--r--telepathy-glib/errors.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/telepathy-glib/errors.h b/telepathy-glib/errors.h
index 671f7c7e9..78046e65c 100644
--- a/telepathy-glib/errors.h
+++ b/telepathy-glib/errors.h
@@ -27,7 +27,7 @@ G_BEGIN_DECLS
GQuark tp_errors_quark (void);
-#define TP_ERROR_PREFIX "org.freedesktop.Telepathy.Errors"
+#define TP_ERROR_PREFIX "org.freedesktop.Telepathy.Error"
#define TP_ERRORS (tp_errors_quark ())