libpurple/log.c

branch
release-2.1.0
changeset 18122
9bf9970c1b6a
parent 18121
2d8ea56b9097
child 18186
4bafc3287a2f
--- a/libpurple/log.c	Thu Jun 07 04:22:42 2007 +0000
+++ b/libpurple/log.c	Sat Jun 16 19:00:35 2007 +0000
@@ -984,7 +984,7 @@
 		GDir *protocol_dir;
 		const gchar *username;
 		gchar *protocol_unescaped;
-		const GList *account_iter;
+		GList *account_iter;
 		GList *accounts = NULL;
 
 		if ((protocol_dir = g_dir_open(protocol_path, 0, NULL)) == NULL) {

mercurial