diff libpurple/log.c @ 18065:c3b4adf3efe6

merge of '722cb392b57e671e8f059143c0bcc15fed5a4724' and 'f7f9ab094c6a9ef67b955852d7e0c1775779dfa4'
author Stu Tomlinson <stu@nosnilmot.com>
date Thu, 07 Jun 2007 10:57:05 +0000
parents 4ca97b26a8fb
children 926ccb104da0 40a9029c61c0
line wrap: on
line diff
--- a/libpurple/log.c	Thu Jun 07 10:56:55 2007 +0000
+++ b/libpurple/log.c	Thu Jun 07 10:57:05 2007 +0000
@@ -984,7 +984,7 @@
 		GDir *protocol_dir;
 		const gchar *username;
 		gchar *protocol_unescaped;
-		GList *account_iter;
+		const GList *account_iter;
 		GList *accounts = NULL;
 
 		if ((protocol_dir = g_dir_open(protocol_path, 0, NULL)) == NULL) {