summaryrefslogtreecommitdiff
path: root/pidgin/plugins/gevolution/gevolution.c
diff options
context:
space:
mode:
Diffstat (limited to 'pidgin/plugins/gevolution/gevolution.c')
-rw-r--r--pidgin/plugins/gevolution/gevolution.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/pidgin/plugins/gevolution/gevolution.c b/pidgin/plugins/gevolution/gevolution.c
index a895524d3f..974478161b 100644
--- a/pidgin/plugins/gevolution/gevolution.c
+++ b/pidgin/plugins/gevolution/gevolution.c
@@ -118,9 +118,9 @@ update_buddies_from_contact(EContact *contact)
}
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;