diff options
Diffstat (limited to 'libempathy-gtk')
-rw-r--r-- | libempathy-gtk/empathy-contact-selector.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libempathy-gtk/empathy-contact-selector.c b/libempathy-gtk/empathy-contact-selector.c index f4a302c5b..8aa02fa6d 100644 --- a/libempathy-gtk/empathy-contact-selector.c +++ b/libempathy-gtk/empathy-contact-selector.c @@ -202,7 +202,7 @@ contact_selector_constructor (GType type, GtkCellLayout *cell_layout; GtkCellRenderer *renderer; - object = G_OBJECT_CLASS (empathy_contact_selector_parent_class)->constructor + object = G_OBJECT_CLASS (empathy_contact_selector_parent_class)->constructor (type, n_construct_params, construct_params); priv = GET_PRIV (object); contact_selector = EMPATHY_CONTACT_SELECTOR (object); @@ -422,7 +422,7 @@ contact_selector_filter_visible_func (GtkTreeModel *model, if (contact != NULL) { - visible = data->func(contact, data->user_data); + visible = data->func (contact, data->user_data); g_object_unref (contact); } |