[empathy] Fix the "Show Protocols" option with linked contacts



commit d311e01d703d6040560e1edf913c5d612d0a5ad5
Author: Philip Withnall <philip withnall collabora co uk>
Date:   Thu Aug 26 15:40:25 2010 +0100

    Fix the "Show Protocols" option with linked contacts

 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 1d6d5d6..ca7152f 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,



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]