summaryrefslogtreecommitdiff
path: root/src/call-member.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/call-member.c')
-rw-r--r--src/call-member.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/call-member.c b/src/call-member.c
index c5522d16a..9435e4f70 100644
--- a/src/call-member.c
+++ b/src/call-member.c
@@ -465,7 +465,7 @@ gabble_call_member_create_content (GabbleCallMember *self,
if (content_ns == NULL)
{
- g_set_error (error, TP_ERRORS, TP_ERROR_NOT_AVAILABLE,
+ g_set_error (error, TP_ERROR, TP_ERROR_NOT_AVAILABLE,
"Content type %d not available for this resource", mtype);
return NULL;
}
@@ -549,7 +549,7 @@ gabble_call_member_start_session (GabbleCallMember *self,
target, audio_name != NULL, video_name != NULL,
&transport, &dialect, &resource))
{
- g_set_error (error, TP_ERRORS, TP_ERROR_NOT_CAPABLE,
+ g_set_error (error, TP_ERROR, TP_ERROR_NOT_CAPABLE,
"member does not have the desired audio/video capabilities");
return FALSE;
}