]> git.0d.be Git - empathy.git/blobdiff - libempathy-gtk/empathy-roster-view.c
roster-contact: add group property
[empathy.git] / libempathy-gtk / empathy-roster-view.c
index eff7fbdbb6af4b633de50ebae157e3ec636a9bfc..5ae28b1ebc51d40104b57f43228502d51d243c0f 100644 (file)
@@ -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",