diff options
author | Xavier Claessens <xclaesse@src.gnome.org> | 2008-04-11 21:11:06 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@src.gnome.org> | 2008-04-11 21:11:06 +0800 |
commit | a0a612ae36134189ebb1de3647eca79e45d749e7 (patch) | |
tree | 40cccdcab90e0564454642d5e2fe141d654684c7 /libempathy | |
parent | 8099574fb1fd23c010bf4e36f0d56d480f256284 (diff) | |
download | gsoc2013-empathy-a0a612ae36134189ebb1de3647eca79e45d749e7.tar gsoc2013-empathy-a0a612ae36134189ebb1de3647eca79e45d749e7.tar.gz gsoc2013-empathy-a0a612ae36134189ebb1de3647eca79e45d749e7.tar.bz2 gsoc2013-empathy-a0a612ae36134189ebb1de3647eca79e45d749e7.tar.lz gsoc2013-empathy-a0a612ae36134189ebb1de3647eca79e45d749e7.tar.xz gsoc2013-empathy-a0a612ae36134189ebb1de3647eca79e45d749e7.tar.zst gsoc2013-empathy-a0a612ae36134189ebb1de3647eca79e45d749e7.zip |
Update for new API
svn path=/trunk/; revision=907
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 b22c5f9ea..8dbbc6100 100644 --- a/libempathy/empathy-tp-contact-list.c +++ b/libempathy/empathy-tp-contact-list.c @@ -403,7 +403,7 @@ tp_contact_list_add_channel (EmpathyTpContactList *list, object_path, channel_type, handle_type, handle, NULL); - group = empathy_tp_group_new (priv->account, channel); + group = empathy_tp_group_new (channel); empathy_run_until_ready (group); g_object_unref (channel); |