[empathy] media_stream_error_to_txt: add a msg for TP_MEDIA_STREAM_ERROR_INVALID_CM_BEHAVIOR
- From: Guillaume Desmottes <gdesmott src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [empathy] media_stream_error_to_txt: add a msg for TP_MEDIA_STREAM_ERROR_INVALID_CM_BEHAVIOR
- Date: Mon, 16 Nov 2009 11:58:43 +0000 (UTC)
commit dc7b032347dac5fd9043f8243910b67cbdd7d28c
Author: Guillaume Desmottes <guillaume desmottes collabora co uk>
Date: Fri Nov 6 15:25:11 2009 +0000
media_stream_error_to_txt: add a msg for TP_MEDIA_STREAM_ERROR_INVALID_CM_BEHAVIOR
src/empathy-call-window.c | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
---
diff --git a/src/empathy-call-window.c b/src/empathy-call-window.c
index d92f1b5..e75bc34 100644
--- a/src/empathy-call-window.c
+++ b/src/empathy-call-window.c
@@ -1570,6 +1570,11 @@ media_stream_error_to_txt (EmpathyCallWindow *self,
else
return g_strdup (_("Your computer doesn't support any video format"));
+ case TP_MEDIA_STREAM_ERROR_INVALID_CM_BEHAVIOR:
+ return g_strdup (_("Something not expected happened. "
+ "Please report this bug and attach logs gathered "
+ "from the 'Debug' window in the Help menu."));
+
/* TODO: support more errors */
default:
return NULL;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]