empathy r1182 - trunk/libempathy



Author: xclaesse
Date: Thu Jun 19 12:47:57 2008
New Revision: 1182
URL: http://svn.gnome.org/viewvc/empathy?rev=1182&view=rev

Log:
"ready & EMPATHY_CONTACT_READY_NAME" instead of ready | EMPATHY_CONTACT_READY_NAME


Modified:
   trunk/libempathy/empathy-contact.c

Modified: trunk/libempathy/empathy-contact.c
==============================================================================
--- trunk/libempathy/empathy-contact.c	(original)
+++ trunk/libempathy/empathy-contact.c	Thu Jun 19 12:47:57 2008
@@ -749,7 +749,7 @@
   /* When the name is NULL, empathy_contact_get_name() fallback to the id.
    * When the caller want to wait the name to be ready, it also want to wait
    * the id to be ready in case of fallback. */
-  if ((ready | EMPATHY_CONTACT_READY_NAME) && G_STR_EMPTY (priv->name)) {
+  if ((ready & EMPATHY_CONTACT_READY_NAME) && G_STR_EMPTY (priv->name)) {
       ready |= EMPATHY_CONTACT_READY_ID;
     }
 



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