From: Guillaume Desmottes Date: Fri, 6 Nov 2009 15:28:31 +0000 (+0000) Subject: media_stream_error_to_txt: add a msg for TP_MEDIA_STREAM_ERROR_MEDIA_ERROR X-Git-Url: https://git.0d.be/?p=empathy.git;a=commitdiff_plain;h=f9674144fc2cb0a672cf3aa697eaea956d6a0e4f media_stream_error_to_txt: add a msg for TP_MEDIA_STREAM_ERROR_MEDIA_ERROR --- diff --git a/src/empathy-call-window.c b/src/empathy-call-window.c index e75bc342..f067ff9a 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;