aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-roster-view.c
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2013-08-28 22:08:39 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2013-08-28 22:20:44 +0800
commitd5827a8b1c3602d685b5a3a353368ea7417e4053 (patch)
treee199790c0aa708339aebc496b2e2d28844c4a7cd /libempathy-gtk/empathy-roster-view.c
parent0ce20ee95fb3dc4e259b641928bf4ad891b1fd43 (diff)
downloadgsoc2013-empathy-d5827a8b1c3602d685b5a3a353368ea7417e4053.tar
gsoc2013-empathy-d5827a8b1c3602d685b5a3a353368ea7417e4053.tar.gz
gsoc2013-empathy-d5827a8b1c3602d685b5a3a353368ea7417e4053.tar.bz2
gsoc2013-empathy-d5827a8b1c3602d685b5a3a353368ea7417e4053.tar.lz
gsoc2013-empathy-d5827a8b1c3602d685b5a3a353368ea7417e4053.tar.xz
gsoc2013-empathy-d5827a8b1c3602d685b5a3a353368ea7417e4053.tar.zst
gsoc2013-empathy-d5827a8b1c3602d685b5a3a353368ea7417e4053.zip
egg-list-box: update to master
Update the signature of our sort function as its API changed. https://bugzilla.gnome.org/show_bug.cgi?id=706829
Diffstat (limited to 'libempathy-gtk/empathy-roster-view.c')
-rw-r--r--libempathy-gtk/empathy-roster-view.c4
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;