aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-idle.c
diff options
context:
space:
mode:
authorxclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>2007-05-26 22:10:47 +0800
committerxclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>2007-05-26 22:10:47 +0800
commit47a527f8d0028164b2a2d7a9094f9aba6863934c (patch)
tree80cc7378bde7cef34cf618664e79673c7265f54c /libempathy/empathy-idle.c
parentdd02f7661426a78f2580620de1f0dcbdb276faa7 (diff)
downloadgsoc2013-empathy-47a527f8d0028164b2a2d7a9094f9aba6863934c.tar
gsoc2013-empathy-47a527f8d0028164b2a2d7a9094f9aba6863934c.tar.gz
gsoc2013-empathy-47a527f8d0028164b2a2d7a9094f9aba6863934c.tar.bz2
gsoc2013-empathy-47a527f8d0028164b2a2d7a9094f9aba6863934c.tar.lz
gsoc2013-empathy-47a527f8d0028164b2a2d7a9094f9aba6863934c.tar.xz
gsoc2013-empathy-47a527f8d0028164b2a2d7a9094f9aba6863934c.tar.zst
gsoc2013-empathy-47a527f8d0028164b2a2d7a9094f9aba6863934c.zip
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. git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@99 4ee84921-47dd-4033-b63a-18d7a039a3e4
Diffstat (limited to 'libempathy/empathy-idle.c')
-rw-r--r--libempathy/empathy-idle.c2
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;