From a0c9dc2f22f510378063be5a8c872bfe8c92bd10 Mon Sep 17 00:00:00 2001 From: Xavier Claessens Date: Sat, 26 May 2007 14:10:47 +0000 Subject: Do not highlight contacts already known when creating the contact list. Do 2007-05-26 Xavier Claessens * libempathy-gtk/gossip-contact-list-store.c: Do not highlight contacts already known when creating the contact list. * libempathy/empathy-tp-contact-list.c: Do not set alias if DBus returns an error. * libempathy/empathy-idle.c: Do not set status message to "Extended autoaway", let user's message unchanged. svn path=/trunk/; revision=99 --- libempathy/empathy-idle.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libempathy/empathy-idle.c') diff --git a/libempathy/empathy-idle.c b/libempathy/empathy-idle.c index bf8116060..42719a47e 100644 --- a/libempathy/empathy-idle.c +++ b/libempathy/empathy-idle.c @@ -231,7 +231,7 @@ idle_ext_away_cb (EmpathyIdle *idle) gossip_debug (DEBUG_DOMAIN, "Going to extended autoaway"); mission_control_set_presence (priv->mc, MC_PRESENCE_EXTENDED_AWAY, - _("Extended autoaway"), + priv->saved_status, NULL, NULL); priv->ext_away_timeout = 0; -- cgit v1.2.3