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-03-11 01:39:43 +0800 |
commit | cf3de9d34d649a4b4711224ff581710542de3bab (patch) | |
tree | 3d0ada8a54aaccd74faa02850da915e7ccd703b1 /libempathy | |
parent | 4dec7a70c17c13a8f731972bca83ed6903746c95 (diff) | |
download | gsoc2013-empathy-cf3de9d34d649a4b4711224ff581710542de3bab.tar gsoc2013-empathy-cf3de9d34d649a4b4711224ff581710542de3bab.tar.gz gsoc2013-empathy-cf3de9d34d649a4b4711224ff581710542de3bab.tar.bz2 gsoc2013-empathy-cf3de9d34d649a4b4711224ff581710542de3bab.tar.lz gsoc2013-empathy-cf3de9d34d649a4b4711224ff581710542de3bab.tar.xz gsoc2013-empathy-cf3de9d34d649a4b4711224ff581710542de3bab.tar.zst gsoc2013-empathy-cf3de9d34d649a4b4711224ff581710542de3bab.zip |
Display Upgrade Software errors
https://bugzilla.gnome.org/show_bug.cgi?id=644360
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 f7116fad6..486dbbfdd 100644 --- a/libempathy/empathy-utils.c +++ b/libempathy/empathy-utils.c @@ -379,6 +379,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; } |