[gnome-shell] telepathyClient: show connection manager crashes as "Internal error"



commit 019dd2e1b073a368646bb89126e72ffbf4be6c1d
Author: Will Thompson <will thompson collabora co uk>
Date:   Tue Sep 13 13:05:35 2011 +0100

    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 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/js/ui/telepathyClient.js b/js/ui/telepathyClient.js
index b2a8609..98ed480 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',



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