diff options
Diffstat (limited to 'examples/cm/echo-message-parts/im-manager.c')
-rw-r--r-- | examples/cm/echo-message-parts/im-manager.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/cm/echo-message-parts/im-manager.c b/examples/cm/echo-message-parts/im-manager.c index a16268528..6451fb8f8 100644 --- a/examples/cm/echo-message-parts/im-manager.c +++ b/examples/cm/echo-message-parts/im-manager.c @@ -324,7 +324,7 @@ example_echo_2_im_manager_request (ExampleEcho2ImManager *self, } else if (require_new) { - g_set_error (&error, TP_ERRORS, TP_ERROR_NOT_AVAILABLE, + g_set_error (&error, TP_ERROR, TP_ERROR_NOT_AVAILABLE, "An echo2 channel to contact #%u already exists", handle); goto error; } |