diff options
Diffstat (limited to 'libempathy')
-rw-r--r-- | libempathy/empathy-tp-contact-list.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libempathy/empathy-tp-contact-list.c b/libempathy/empathy-tp-contact-list.c index 876e356f4..7988a3ea1 100644 --- a/libempathy/empathy-tp-contact-list.c +++ b/libempathy/empathy-tp-contact-list.c @@ -292,7 +292,7 @@ tp_contact_list_group_request_handles_cb (TpConnection *connection, return; } - data->channel_handle = g_array_index (handles, TpHandle, 1); + data->channel_handle = g_array_index (handles, TpHandle, 0); data->ref_count++; tp_cli_connection_call_request_channel (connection, -1, TP_IFACE_CHANNEL_TYPE_CONTACT_LIST, |