diff options
author | Xavier Claessens <xclaesse@gmail.com> | 2007-05-26 22:10:47 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@src.gnome.org> | 2007-05-26 22:10:47 +0800 |
commit | a0c9dc2f22f510378063be5a8c872bfe8c92bd10 (patch) | |
tree | 80cc7378bde7cef34cf618664e79673c7265f54c /libempathy/empathy-idle.c | |
parent | 10530b1f283450d282d03a1141255885ec2a5432 (diff) | |
download | gsoc2013-empathy-a0c9dc2f22f510378063be5a8c872bfe8c92bd10.tar gsoc2013-empathy-a0c9dc2f22f510378063be5a8c872bfe8c92bd10.tar.gz gsoc2013-empathy-a0c9dc2f22f510378063be5a8c872bfe8c92bd10.tar.bz2 gsoc2013-empathy-a0c9dc2f22f510378063be5a8c872bfe8c92bd10.tar.lz gsoc2013-empathy-a0c9dc2f22f510378063be5a8c872bfe8c92bd10.tar.xz gsoc2013-empathy-a0c9dc2f22f510378063be5a8c872bfe8c92bd10.tar.zst gsoc2013-empathy-a0c9dc2f22f510378063be5a8c872bfe8c92bd10.zip |
Do not highlight contacts already known when creating the contact list. Do
2007-05-26 Xavier Claessens <xclaesse@gmail.com>
* 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
Diffstat (limited to 'libempathy/empathy-idle.c')
-rw-r--r-- | libempathy/empathy-idle.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |