diff options
author | Emilio Pozuelo Monfort <emilio.pozuelo@collabora.co.uk> | 2011-03-11 00:50:39 +0800 |
---|---|---|
committer | Emilio Pozuelo Monfort <emilio.pozuelo@collabora.co.uk> | 2011-09-05 22:12:43 +0800 |
commit | 832ab62ef5fd25ca11f9739f4caa4cac971fd42b (patch) | |
tree | 236b11cc4af64fa7f002a4c797fa4788cb4a3b53 /libempathy | |
parent | 2ab17b3039eef2c93d6fce4c5bee5f452fa8e8c1 (diff) | |
download | gsoc2013-empathy-832ab62ef5fd25ca11f9739f4caa4cac971fd42b.tar gsoc2013-empathy-832ab62ef5fd25ca11f9739f4caa4cac971fd42b.tar.gz gsoc2013-empathy-832ab62ef5fd25ca11f9739f4caa4cac971fd42b.tar.bz2 gsoc2013-empathy-832ab62ef5fd25ca11f9739f4caa4cac971fd42b.tar.lz gsoc2013-empathy-832ab62ef5fd25ca11f9739f4caa4cac971fd42b.tar.xz gsoc2013-empathy-832ab62ef5fd25ca11f9739f4caa4cac971fd42b.tar.zst gsoc2013-empathy-832ab62ef5fd25ca11f9739f4caa4cac971fd42b.zip |
Display Upgrade Software errors
https://bugzilla.gnome.org/show_bug.cgi?id=644360
Conflicts:
libempathy/empathy-utils.c
Diffstat (limited to 'libempathy')
-rw-r--r-- | libempathy/empathy-utils.c | 2 |
1 files changed, 2 insertions, 0 deletions
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; } |