diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2013-08-28 22:08:39 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2013-08-28 22:20:44 +0800 |
commit | d5827a8b1c3602d685b5a3a353368ea7417e4053 (patch) | |
tree | e199790c0aa708339aebc496b2e2d28844c4a7cd | |
parent | 0ce20ee95fb3dc4e259b641928bf4ad891b1fd43 (diff) | |
download | gsoc2013-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
m--------- | libempathy-gtk/egg-list-box | 0 | ||||
-rw-r--r-- | libempathy-gtk/empathy-roster-view.c | 4 |
2 files changed, 2 insertions, 2 deletions
diff --git a/libempathy-gtk/egg-list-box b/libempathy-gtk/egg-list-box -Subproject ce28bb7b142c3adfe007672300769daae1f9253 +Subproject b0131f8ad049e5debe44e3326cc1a8cab1739e3 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; |