From: G.Balaji Date: Mon, 18 Jan 2010 15:10:02 +0000 (+0530) Subject: Changed the return string of empathy_presence_get_default_message to Invisible so... X-Git-Url: https://git.0d.be/?p=empathy.git;a=commitdiff_plain;h=8a8ebfdbb3f7caf4a05d75a7530052d19ececabf Changed the return string of empathy_presence_get_default_message to Invisible so that we display Invisible to the user. This fix bug #603472 --- diff --git a/libempathy/empathy-utils.c b/libempathy/empathy-utils.c index b721f5cf..b748726c 100644 --- a/libempathy/empathy-utils.c +++ b/libempathy/empathy-utils.c @@ -242,7 +242,7 @@ empathy_presence_get_default_message (TpConnectionPresenceType presence) case TP_CONNECTION_PRESENCE_TYPE_EXTENDED_AWAY: return _("Away"); case TP_CONNECTION_PRESENCE_TYPE_HIDDEN: - return _("Hidden"); + return _("Invisible"); case TP_CONNECTION_PRESENCE_TYPE_OFFLINE: return _("Offline"); case TP_CONNECTION_PRESENCE_TYPE_UNSET: