diff options
author | Sjoerd Simons <sjoerd.simons@collabora.co.uk> | 2009-11-17 19:04:07 +0800 |
---|---|---|
committer | Sjoerd Simons <sjoerd.simons@collabora.co.uk> | 2009-11-17 19:04:07 +0800 |
commit | 0e5d455892166362053c3d65549fc181bf664724 (patch) | |
tree | 55be0b5a24f60fd20d4382aebc754559f4e30571 /libempathy/empathy-dispatcher.c | |
parent | 8bc927ba13e76d0d3955acb71651449bbab90591 (diff) | |
download | gsoc2013-empathy-0e5d455892166362053c3d65549fc181bf664724.tar gsoc2013-empathy-0e5d455892166362053c3d65549fc181bf664724.tar.gz gsoc2013-empathy-0e5d455892166362053c3d65549fc181bf664724.tar.bz2 gsoc2013-empathy-0e5d455892166362053c3d65549fc181bf664724.tar.lz gsoc2013-empathy-0e5d455892166362053c3d65549fc181bf664724.tar.xz gsoc2013-empathy-0e5d455892166362053c3d65549fc181bf664724.tar.zst gsoc2013-empathy-0e5d455892166362053c3d65549fc181bf664724.zip |
We should ensure, not create muc channels
Diffstat (limited to 'libempathy/empathy-dispatcher.c')
-rw-r--r-- | libempathy/empathy-dispatcher.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libempathy/empathy-dispatcher.c b/libempathy/empathy-dispatcher.c index abc95108d..49be0babe 100644 --- a/libempathy/empathy-dispatcher.c +++ b/libempathy/empathy-dispatcher.c @@ -1537,6 +1537,7 @@ empathy_dispatcher_join_muc (TpConnection *connection, request_data = new_dispatcher_request_data (self, connection, TP_IFACE_CHANNEL_TYPE_TEXT, TP_HANDLE_TYPE_ROOM, 0, NULL, NULL, callback, user_data); + request_data->should_ensure = TRUE; connection_data->outstanding_requests = g_list_prepend (connection_data->outstanding_requests, request_data); |