[Telepathy-commits] [telepathy-gabble/master] Fix coding style bug

Sjoerd Simons sjoerd at luon.net
Tue Aug 19 10:54:10 PDT 2008


20080721152310-93b9a-385e87854893d550f6fb973be959cf7ebaabeb3f.gz
---
 src/conn-presence.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/conn-presence.c b/src/conn-presence.c
index 9e278c1..2c1a9c4 100644
--- a/src/conn-presence.c
+++ b/src/conn-presence.c
@@ -110,7 +110,7 @@ construct_contact_statuses_cb (GObject *obj,
         }
       else
         {
-         if (gabble_roster_handle_get_subscription(self->roster, handle)
+         if (gabble_roster_handle_get_subscription (self->roster, handle)
            & GABBLE_ROSTER_SUBSCRIPTION_FROM)
            status = GABBLE_PRESENCE_OFFLINE;
          else
-- 
1.5.6.3




More information about the Telepathy-commits mailing list