diff options
-rw-r--r-- | libempathy-gtk/empathy-contact-list-view.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libempathy-gtk/empathy-contact-list-view.c b/libempathy-gtk/empathy-contact-list-view.c index d3b6ac27d..2f5aba1c3 100644 --- a/libempathy-gtk/empathy-contact-list-view.c +++ b/libempathy-gtk/empathy-contact-list-view.c @@ -1097,9 +1097,9 @@ contact_list_view_row_expand_or_collapse_cb (EmpathyContactListView *view, } static void -contact_list_view_row_has_child_toggled_cb (GtkTreeModel *model, - GtkTreePath *path, - GtkTreeIter *iter, +contact_list_view_row_has_child_toggled_cb (GtkTreeModel *model, + GtkTreePath *path, + GtkTreeIter *iter, EmpathyContactListView *view) { EmpathyContactListViewPriv *priv = GET_PRIV (view); |