[empathy] media_stream_error_to_txt: add a msg for TP_MEDIA_STREAM_ERROR_MEDIA_ERROR



commit f9674144fc2cb0a672cf3aa697eaea956d6a0e4f
Author: Guillaume Desmottes <guillaume desmottes collabora co uk>
Date:   Fri Nov 6 15:28:31 2009 +0000

    media_stream_error_to_txt: add a msg for TP_MEDIA_STREAM_ERROR_MEDIA_ERROR

 src/empathy-call-window.c |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/src/empathy-call-window.c b/src/empathy-call-window.c
index e75bc34..f067ff9 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;



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]