]> git.0d.be Git - empathy.git/blobdiff - libempathy/empathy-contact-list.c
Add a property to have or not groups on EmpathyContactListStore
[empathy.git] / libempathy / empathy-contact-list.c
index 5164ccf1a5ad1b7adb890c60338982c91defa526..510e419570f58de68841fe50c1ecb3ce156dd181 100644 (file)
@@ -41,6 +41,8 @@ empathy_contact_list_get_type (void)
                type = g_type_register_static (G_TYPE_INTERFACE,
                                               "EmpathyContactList",
                                               &type_info, 0);
+
+               g_type_interface_add_prerequisite (type, G_TYPE_OBJECT);
        }
 
        return type;