From f9674144fc2cb0a672cf3aa697eaea956d6a0e4f Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Fri, 6 Nov 2009 15:28:31 +0000 Subject: [PATCH] media_stream_error_to_txt: add a msg for TP_MEDIA_STREAM_ERROR_MEDIA_ERROR --- src/empathy-call-window.c | 3 +++ 1 file changed, 3 insertions(+) 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; -- 2.39.2