From 4dec7a70c17c13a8f731972bca83ed6903746c95 Mon Sep 17 00:00:00 2001 From: Emilio Pozuelo Monfort Date: Thu, 10 Mar 2011 15:12:15 +0000 Subject: Check for TP_ERROR_EMERGENCY_CALLS_NOT_SUPPORTED when a call fails --- libempathy-gtk/empathy-call-utils.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libempathy-gtk') diff --git a/libempathy-gtk/empathy-call-utils.c b/libempathy-gtk/empathy-call-utils.c index 461a7dffd..b362ecaa8 100644 --- a/libempathy-gtk/empathy-call-utils.c +++ b/libempathy-gtk/empathy-call-utils.c @@ -49,6 +49,8 @@ get_error_display_message (GError *error) return _("The specified contact is offline"); case TP_ERROR_INVALID_HANDLE: return _("The specified contact is not valid"); + case TP_ERROR_EMERGENCY_CALLS_NOT_SUPPORTED: + return _("Emergency calls are not supported on this protocol"); } return _("There was an error starting the call"); -- cgit v1.2.3