]> git.0d.be Git - empathy.git/commitdiff
media_stream_error_to_txt: add a msg for TP_MEDIA_STREAM_ERROR_MEDIA_ERROR
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Fri, 6 Nov 2009 15:28:31 +0000 (15:28 +0000)
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Mon, 16 Nov 2009 11:58:25 +0000 (11:58 +0000)
src/empathy-call-window.c

index e75bc34285fbed58edb11c82d9f89767c7766318..f067ff9aa4756e3eaad6060ea03b6b7f004c8824 100644 (file)
@@ -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;