[Telepathy-commits] [telepathy-glib/master] TpBaseConnection: raise NotImplemented for unimplemented handle types
Simon McVittie
simon.mcvittie at collabora.co.uk
Fri Jan 16 08:38:31 PST 2009
As per recent spec changes.
---
telepathy-glib/base-connection.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/telepathy-glib/base-connection.c b/telepathy-glib/base-connection.c
index 8671a36..60d33e6 100644
--- a/telepathy-glib/base-connection.c
+++ b/telepathy-glib/base-connection.c
@@ -2400,7 +2400,7 @@ tp_base_connection_dbus_request_handles (TpSvcConnection *iface,
{
DEBUG ("unimplemented handle type %u", handle_type);
- error = g_error_new (TP_ERRORS, TP_ERROR_NOT_AVAILABLE,
+ error = g_error_new (TP_ERRORS, TP_ERROR_NOT_IMPLEMENTED,
"unimplemented handle type %u", handle_type);
goto out;
}
--
1.5.6.5
More information about the Telepathy-commits
mailing list