From 832ab62ef5fd25ca11f9739f4caa4cac971fd42b Mon Sep 17 00:00:00 2001 From: Emilio Pozuelo Monfort Date: Thu, 10 Mar 2011 16:50:39 +0000 Subject: Display Upgrade Software errors https://bugzilla.gnome.org/show_bug.cgi?id=644360 Conflicts: libempathy/empathy-utils.c --- libempathy/empathy-utils.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libempathy/empathy-utils.c') diff --git a/libempathy/empathy-utils.c b/libempathy/empathy-utils.c index ec41f9b38..a1047334d 100644 --- a/libempathy/empathy-utils.c +++ b/libempathy/empathy-utils.c @@ -358,6 +358,8 @@ create_errors_to_message_hash (void) _("The length of the server certificate, or the depth of the " "server certificate chain, exceed the limits imposed by the " "cryptography library")); + g_hash_table_insert (errors, TP_ERROR_STR_SOFTWARE_UPGRADE_REQUIRED, + _("Your software is too old")); return errors; } -- cgit v1.2.3