From 019dd2e1b073a368646bb89126e72ffbf4be6c1d Mon Sep 17 00:00:00 2001 From: Will Thompson Date: Tue, 13 Sep 2011 13:05:35 +0100 Subject: [PATCH] telepathyClient: show connection manager crashes as "Internal error" We use the same error messages as Empathy; this one was added to Empathy in commit 756dbf5a7a658ba472fc63ef6034d2c4d90e3260. https://bugzilla.gnome.org/show_bug.cgi?id=658908 --- js/ui/telepathyClient.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/js/ui/telepathyClient.js b/js/ui/telepathyClient.js index b2a860907..98ed48066 100644 --- a/js/ui/telepathyClient.js +++ b/js/ui/telepathyClient.js @@ -1336,6 +1336,8 @@ _connectionErrorMessages[Tp.error_get_dbus_name(Tp.Error.CERT_INSECURE)] = _("Certificate uses an insecure cipher algorithm or is cryptographically weak"); _connectionErrorMessages[Tp.error_get_dbus_name(Tp.Error.CERT_LIMIT_EXCEEDED)] = _("The length of the server certificate, or the depth of the server certificate chain, exceed the limits imposed by the cryptography library"); +_connectionErrorMessages['org.freedesktop.DBus.Error.NoReply'] + = _("Internal error"); const AccountNotification = new Lang.Class({ Name: 'AccountNotification',