diff -r aefaf97dfa23 -r 2d8ea56b9097 libpurple/idle.c --- a/libpurple/idle.c Thu Jun 07 03:13:02 2007 +0000 +++ b/libpurple/idle.c Thu Jun 07 04:22:42 2007 +0000 @@ -199,7 +199,7 @@ /* Idle reporting stuff */ if (report_idle && (time_idle >= IDLEMARK)) { - GList *l; + const GList *l; for (l = purple_connections_get_all(); l != NULL; l = l->next) { PurpleConnection *gc = l->data;