[empathy] Changed the return string of empathy_presence_get_default_message to Invisible so that we display In



commit 8a8ebfdbb3f7caf4a05d75a7530052d19ececabf
Author: G.Balaji <balajig81 gmail com>
Date:   Mon Jan 18 20:40:02 2010 +0530

    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 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/libempathy/empathy-utils.c b/libempathy/empathy-utils.c
index b721f5c..b748726 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:



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]