diff options
Diffstat (limited to 'libempathy-gtk/empathy-roster-view.c')
-rw-r--r-- | libempathy-gtk/empathy-roster-view.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libempathy-gtk/empathy-roster-view.c b/libempathy-gtk/empathy-roster-view.c index eff7fbdbb..5ae28b1eb 100644 --- a/libempathy-gtk/empathy-roster-view.c +++ b/libempathy-gtk/empathy-roster-view.c @@ -101,7 +101,7 @@ add_roster_contact (EmpathyRosterView *self, { GtkWidget *contact; - contact = empathy_roster_contact_new (individual); + contact = empathy_roster_contact_new (individual, NULL); /* Need to refilter if online is changed */ g_signal_connect (contact, "notify::online", |