diff options
author | Xavier Claessens <xclaesse@src.gnome.org> | 2007-04-27 22:02:59 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@src.gnome.org> | 2007-04-27 22:02:59 +0800 |
commit | 3e0960a8f543917145421d44a208177289028121 (patch) | |
tree | 0ffc15c04b43ffd52ac7a06b8e465437d520e59b /libempathy-gtk/gossip-ui-utils.c | |
parent | a6dd26148d5cd05475d27ab26c395e60beb797b2 (diff) | |
download | gsoc2013-empathy-3e0960a8f543917145421d44a208177289028121.tar gsoc2013-empathy-3e0960a8f543917145421d44a208177289028121.tar.gz gsoc2013-empathy-3e0960a8f543917145421d44a208177289028121.tar.bz2 gsoc2013-empathy-3e0960a8f543917145421d44a208177289028121.tar.lz gsoc2013-empathy-3e0960a8f543917145421d44a208177289028121.tar.xz gsoc2013-empathy-3e0960a8f543917145421d44a208177289028121.tar.zst gsoc2013-empathy-3e0960a8f543917145421d44a208177289028121.zip |
[darcs-to-svn @ Only one presence per contact]
svn path=/trunk/; revision=9
Diffstat (limited to 'libempathy-gtk/gossip-ui-utils.c')
-rw-r--r-- | libempathy-gtk/gossip-ui-utils.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libempathy-gtk/gossip-ui-utils.c b/libempathy-gtk/gossip-ui-utils.c index 05d319c50..82879619e 100644 --- a/libempathy-gtk/gossip-ui-utils.c +++ b/libempathy-gtk/gossip-ui-utils.c @@ -401,7 +401,7 @@ gossip_pixbuf_for_contact (GossipContact *contact) g_return_val_if_fail (GOSSIP_IS_CONTACT (contact), gossip_pixbuf_offline ()); - presence = gossip_contact_get_active_presence (contact); + presence = gossip_contact_get_presence (contact); if (presence) { return gossip_pixbuf_for_presence (presence); |