[Telepathy-commits] [telepathy-gabble/master] Don't use non-existing C operators
Sjoerd Simons
sjoerd at luon.net
Tue Aug 19 10:54:09 PDT 2008
20080718191019-93b9a-e1f505a9870d3703a2cf0de0a3e18c51980dce3f.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 ac6501a..9498e6a 100644
--- a/src/conn-presence.c
+++ b/src/conn-presence.c
@@ -283,7 +283,7 @@ status_available_cb (GObject *obj, guint status)
GabbleConnection *conn = GABBLE_CONNECTION (obj);
TpBaseConnection *base = (TpBaseConnection *) conn;
- if (base->status =!= TP_CONNECTION_STATUS_CONNECTED)
+ if (base->status != TP_CONNECTION_STATUS_CONNECTED)
return FALSE;
if (gabble_statuses[status].presence_type == TP_CONNECTION_PRESENCE_TYPE_HIDDEN &&
--
1.5.6.3
More information about the Telepathy-commits
mailing list