aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEmilio Pozuelo Monfort <emilio.pozuelo@collabora.co.uk>2011-03-10 23:12:15 +0800
committerEmilio Pozuelo Monfort <emilio.pozuelo@collabora.co.uk>2011-03-10 23:12:15 +0800
commit4dec7a70c17c13a8f731972bca83ed6903746c95 (patch)
tree495728b0c0881bda215e0b1dfad5c3975e808ace
parentfe8febb3a87c87a2ccdc5ad452b18f0d6c4f3017 (diff)
downloadgsoc2013-empathy-4dec7a70c17c13a8f731972bca83ed6903746c95.tar
gsoc2013-empathy-4dec7a70c17c13a8f731972bca83ed6903746c95.tar.gz
gsoc2013-empathy-4dec7a70c17c13a8f731972bca83ed6903746c95.tar.bz2
gsoc2013-empathy-4dec7a70c17c13a8f731972bca83ed6903746c95.tar.lz
gsoc2013-empathy-4dec7a70c17c13a8f731972bca83ed6903746c95.tar.xz
gsoc2013-empathy-4dec7a70c17c13a8f731972bca83ed6903746c95.tar.zst
gsoc2013-empathy-4dec7a70c17c13a8f731972bca83ed6903746c95.zip
Check for TP_ERROR_EMERGENCY_CALLS_NOT_SUPPORTED when a call fails
-rw-r--r--libempathy-gtk/empathy-call-utils.c2
1 files changed, 2 insertions, 0 deletions
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");