empathy r1183 - trunk/libempathy
- From: xclaesse svn gnome org
- To: svn-commits-list gnome org
- Subject: empathy r1183 - trunk/libempathy
- Date: Thu, 19 Jun 2008 12:47:58 +0000 (UTC)
Author: xclaesse
Date: Thu Jun 19 12:47:58 2008
New Revision: 1183
URL: http://svn.gnome.org/viewvc/empathy?rev=1183&view=rev
Log:
Fix coding style
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:58 2008
@@ -746,12 +746,12 @@
ready = GPOINTER_TO_UINT (user_data);
- /* 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)) {
- ready |= EMPATHY_CONTACT_READY_ID;
- }
+ /* 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)) {
+ ready |= EMPATHY_CONTACT_READY_ID;
+ }
return (priv->ready & ready) == ready;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]