diff options
author | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2012-05-02 19:06:24 +0100 |
---|---|---|
committer | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2012-05-02 20:19:36 +0100 |
commit | 9aec808ae99f5b06c816943fc1648358af0d8294 (patch) | |
tree | ac7f5cd918ca45932fd321648e9f589d35e966c2 /telepathy-glib/add-dispatch-operation-context.c | |
parent | 2cc2520bcfa36c834dab111ebf41637bbfc8371f (diff) | |
download | telepathy-glib-9aec808ae99f5b06c816943fc1648358af0d8294.tar.gz |
Stop using TP_ERRORS
We deprecated this in 0.11.
Diffstat (limited to 'telepathy-glib/add-dispatch-operation-context.c')
-rw-r--r-- | telepathy-glib/add-dispatch-operation-context.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/telepathy-glib/add-dispatch-operation-context.c b/telepathy-glib/add-dispatch-operation-context.c index 5342c83c9..c1294a483 100644 --- a/telepathy-glib/add-dispatch-operation-context.c +++ b/telepathy-glib/add-dispatch-operation-context.c @@ -106,7 +106,7 @@ tp_add_dispatch_operation_context_dispose (GObject *object) if (self->priv->state == TP_ADD_DISPATCH_OPERATION_CONTEXT_STATE_NONE || self->priv->state == TP_ADD_DISPATCH_OPERATION_CONTEXT_STATE_DELAYED) { - GError error = { TP_ERRORS, TP_ERROR_NOT_IMPLEMENTED, + GError error = { TP_ERROR, TP_ERROR_NOT_IMPLEMENTED, "Disposing the TpAddDispatchOperationContext" }; WARNING ("Disposing a context in the %s state", |