pidgin/gtkstatusbox.c

branch
release-2.1.0
changeset 18122
9bf9970c1b6a
parent 18121
2d8ea56b9097
child 18190
bcf28ef7e8ff
--- a/pidgin/gtkstatusbox.c	Thu Jun 07 04:22:42 2007 +0000
+++ b/pidgin/gtkstatusbox.c	Sat Jun 16 19:00:35 2007 +0000
@@ -1434,7 +1434,7 @@
 			}
 		}
 	} else {
-		const GList *accounts;
+		GList *accounts;
 		for (accounts = purple_accounts_get_all(); accounts != NULL; accounts = accounts->next) {
 			PurpleAccount *account = accounts->data;
 			PurplePlugin *plug = purple_find_prpl(purple_account_get_protocol_id(account));

mercurial