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 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); |