[empathy] Enclose a non-trivial expression in () in an assignment.



commit 4705170690b772c5c4ee375926272fd178a2fd19
Author: Travis Reitter <treitter gmail com>
Date:   Fri Jul 9 17:08:04 2010 -0700

    Enclose a non-trivial expression in () in an assignment.

 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 7c625e8..8f969c0 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);



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