aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy
diff options
context:
space:
mode:
authorDanielle Madeley <danielle.madeley@collabora.co.uk>2011-10-14 12:42:36 +0800
committerDanielle Madeley <danielle.madeley@collabora.co.uk>2011-10-14 12:42:52 +0800
commitf8148be971e1b51e43374473ab33e5ac8fd14a40 (patch)
tree5a2d7da471589b1d68b312531c3eeac87cdf03f2 /libempathy
parentfecbf935f2b9be2cd6229099334279028fc517f1 (diff)
parent832ab62ef5fd25ca11f9739f4caa4cac971fd42b (diff)
downloadgsoc2013-empathy-f8148be971e1b51e43374473ab33e5ac8fd14a40.tar
gsoc2013-empathy-f8148be971e1b51e43374473ab33e5ac8fd14a40.tar.gz
gsoc2013-empathy-f8148be971e1b51e43374473ab33e5ac8fd14a40.tar.bz2
gsoc2013-empathy-f8148be971e1b51e43374473ab33e5ac8fd14a40.tar.lz
gsoc2013-empathy-f8148be971e1b51e43374473ab33e5ac8fd14a40.tar.xz
gsoc2013-empathy-f8148be971e1b51e43374473ab33e5ac8fd14a40.tar.zst
gsoc2013-empathy-f8148be971e1b51e43374473ab33e5ac8fd14a40.zip
Merge remote-tracking branch 'pochu/upgrade-software'
Diffstat (limited to 'libempathy')
-rw-r--r--libempathy/empathy-utils.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/libempathy/empathy-utils.c b/libempathy/empathy-utils.c
index 66add2f7d..9eec82e74 100644
--- a/libempathy/empathy-utils.c
+++ b/libempathy/empathy-utils.c
@@ -368,6 +368,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;
}