From 8a8ebfdbb3f7caf4a05d75a7530052d19ececabf Mon Sep 17 00:00:00 2001 From: "G.Balaji" Date: Mon, 18 Jan 2010 20:40:02 +0530 Subject: Changed the return string of empathy_presence_get_default_message to Invisible so that we display Invisible to the user. This fix bug #603472 --- libempathy/empathy-utils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libempathy/empathy-utils.c') diff --git a/libempathy/empathy-utils.c b/libempathy/empathy-utils.c index b721f5cfa..b748726c5 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: -- cgit v1.2.3