diff options
Diffstat (limited to 'libempathy-gtk/empathy-roster-view.c')
-rw-r--r-- | libempathy-gtk/empathy-roster-view.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libempathy-gtk/empathy-roster-view.c b/libempathy-gtk/empathy-roster-view.c index 441351066..bf2a4697e 100644 --- a/libempathy-gtk/empathy-roster-view.c +++ b/libempathy-gtk/empathy-roster-view.c @@ -738,8 +738,8 @@ compare_contact_group (EmpathyRosterContact *contact, } static gint -roster_view_sort (gconstpointer a, - gconstpointer b, +roster_view_sort (GtkWidget *a, + GtkWidget *b, gpointer user_data) { EmpathyRosterView *self = user_data; |