diff -r 1ea8813eabce -r bcf28ef7e8ff pidgin/plugins/gevolution/gevolution.c --- a/pidgin/plugins/gevolution/gevolution.c Sat Jun 16 19:21:06 2007 +0000 +++ b/pidgin/plugins/gevolution/gevolution.c Sat Jun 16 19:44:59 2007 +0000 @@ -118,9 +118,9 @@ } static void -contacts_changed_cb(EBookView *book_view, const GList *contacts) +contacts_changed_cb(EBookView *book_view, GList *contacts) { - const GList *l; + GList *l; if (purple_connections_get_all() == NULL) return;