diff options
author | Xavier Claessens <xclaesse@gmail.com> | 2010-06-05 04:01:23 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@gmail.com> | 2010-06-05 04:01:23 +0800 |
commit | 76565f1667094528459fc2cfa80932a48b60158a (patch) | |
tree | f205815962b05de6181a2cb7435f0daf3954a640 | |
parent | 8b82da132567baf8f4ad19353d6b37731f20435a (diff) | |
download | gsoc2013-empathy-76565f1667094528459fc2cfa80932a48b60158a.tar gsoc2013-empathy-76565f1667094528459fc2cfa80932a48b60158a.tar.gz gsoc2013-empathy-76565f1667094528459fc2cfa80932a48b60158a.tar.bz2 gsoc2013-empathy-76565f1667094528459fc2cfa80932a48b60158a.tar.lz gsoc2013-empathy-76565f1667094528459fc2cfa80932a48b60158a.tar.xz gsoc2013-empathy-76565f1667094528459fc2cfa80932a48b60158a.tar.zst gsoc2013-empathy-76565f1667094528459fc2cfa80932a48b60158a.zip |
One more coding style fix
-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); |