aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-tp-contact-list.c
diff options
context:
space:
mode:
authorXavier Claessens <xclaesse@gmail.com>2009-02-17 22:51:45 +0800
committerXavier Claessens <xclaesse@gmail.com>2009-04-22 18:21:11 +0800
commit3710528cebb73a471674af5ee478d5c24cff547d (patch)
tree4bfb594142e8b3b03559ea9d914923aec6dfe80c /libempathy/empathy-tp-contact-list.c
parente4d54d6de30699fca0374e8b99f31c5ba1f70e78 (diff)
downloadgsoc2013-empathy-3710528cebb73a471674af5ee478d5c24cff547d.tar
gsoc2013-empathy-3710528cebb73a471674af5ee478d5c24cff547d.tar.gz
gsoc2013-empathy-3710528cebb73a471674af5ee478d5c24cff547d.tar.bz2
gsoc2013-empathy-3710528cebb73a471674af5ee478d5c24cff547d.tar.lz
gsoc2013-empathy-3710528cebb73a471674af5ee478d5c24cff547d.tar.xz
gsoc2013-empathy-3710528cebb73a471674af5ee478d5c24cff547d.tar.zst
gsoc2013-empathy-3710528cebb73a471674af5ee478d5c24cff547d.zip
index begin at 0 and not 1 for GArray
Diffstat (limited to 'libempathy/empathy-tp-contact-list.c')
-rw-r--r--libempathy/empathy-tp-contact-list.c2
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,