aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/empathy-call-window.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/empathy-call-window.c b/src/empathy-call-window.c
index e75bc3428..f067ff9aa 100644
--- a/src/empathy-call-window.c
+++ b/src/empathy-call-window.c
@@ -1575,6 +1575,9 @@ media_stream_error_to_txt (EmpathyCallWindow *self,
"Please report this bug and attach logs gathered "
"from the 'Debug' window in the Help menu."));
+ case TP_MEDIA_STREAM_ERROR_MEDIA_ERROR:
+ return g_strdup (_("There was a failure in the call engine"));
+
/* TODO: support more errors */
default:
return NULL;