diff options
-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 7c625e8ef..8f969c0b1 100644 --- a/libempathy-gtk/empathy-individual-store.c +++ b/libempathy-gtk/empathy-individual-store.c @@ -1797,7 +1797,7 @@ individual_store_get_individual_status_icon_with_icon_name ( break; } - show_protocols_here = priv->show_protocols && (contact_count == 1); + show_protocols_here = (priv->show_protocols && (contact_count == 1)); if (show_protocols_here) { contact = empathy_contact_dup_from_folks_individual (individual); |