summaryrefslogtreecommitdiff
path: root/src/muc-factory.c
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2012-05-07 17:29:22 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2012-05-07 19:19:25 +0100
commit3ee4f3fe45cd9b045081532bb4213582938a00f8 (patch)
tree94a0c024f5045617b3508270eca2cc4691b69283 /src/muc-factory.c
parentc4b8ceb361748495be477bd3de49ac87c1a5bb2a (diff)
downloadtelepathy-gabble-3ee4f3fe45cd9b045081532bb4213582938a00f8.tar.gz
Use non-deprecated TpIntset APIs
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=49596 Reviewed-by: Xavier Claessens <xavier.claessens@collabora.co.uk>
Diffstat (limited to 'src/muc-factory.c')
-rw-r--r--src/muc-factory.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/muc-factory.c b/src/muc-factory.c
index b982707a7..c208c2dff 100644
--- a/src/muc-factory.c
+++ b/src/muc-factory.c
@@ -1222,7 +1222,7 @@ handle_text_channel_request (GabbleMucFactory *self,
TpBaseConnection *conn = TP_BASE_CONNECTION (priv->conn);
GabbleMucChannel *text_chan;
TpHandleSet *handles;
- TpIntSet *continue_handles;
+ TpIntset *continue_handles;
guint i;
gboolean ret = TRUE;