diff options
author | Philip Withnall <philip.withnall@collabora.co.uk> | 2010-08-26 22:40:25 +0800 |
---|---|---|
committer | Philip Withnall <philip.withnall@collabora.co.uk> | 2010-08-26 22:42:46 +0800 |
commit | d311e01d703d6040560e1edf913c5d612d0a5ad5 (patch) | |
tree | 90ebdc7537282b697c71a15ded43ab4286ed26bc /libempathy-gtk | |
parent | 3962499d4caedcce812fe1ce9b09b7a775e33a86 (diff) | |
download | gsoc2013-empathy-d311e01d703d6040560e1edf913c5d612d0a5ad5.tar gsoc2013-empathy-d311e01d703d6040560e1edf913c5d612d0a5ad5.tar.gz gsoc2013-empathy-d311e01d703d6040560e1edf913c5d612d0a5ad5.tar.bz2 gsoc2013-empathy-d311e01d703d6040560e1edf913c5d612d0a5ad5.tar.lz gsoc2013-empathy-d311e01d703d6040560e1edf913c5d612d0a5ad5.tar.xz gsoc2013-empathy-d311e01d703d6040560e1edf913c5d612d0a5ad5.tar.zst gsoc2013-empathy-d311e01d703d6040560e1edf913c5d612d0a5ad5.zip |
Fix the "Show Protocols" option with linked contacts
Diffstat (limited to 'libempathy-gtk')
-rw-r--r-- | libempathy-gtk/empathy-individual-store.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libempathy-gtk/empathy-individual-store.c b/libempathy-gtk/empathy-individual-store.c index 1d6d5d6b2..ca7152f4f 100644 --- a/libempathy-gtk/empathy-individual-store.c +++ b/libempathy-gtk/empathy-individual-store.c @@ -1884,7 +1884,7 @@ individual_store_get_individual_status_icon_with_icon_name ( { pixbuf_status = empathy_pixbuf_contact_status_icon_with_icon_name (contact, - status_icon_name, priv->show_protocols); + status_icon_name, show_protocols_here); if (pixbuf_status != NULL) { g_hash_table_insert (priv->status_icons, |