From 515e22352f82c1e9e8f976924789b385bc1d2c56 Mon Sep 17 00:00:00 2001 From: Richard Laager Date: Sat, 16 Jun 2007 19:00:35 +0000 Subject: disapproval of revision '2d8ea56b90971e7851442d96b7d74ecb4f052126' --- pidgin/gtkroomlist.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pidgin/gtkroomlist.c') diff --git a/pidgin/gtkroomlist.c b/pidgin/gtkroomlist.c index 15023064eb..59b520f82e 100644 --- a/pidgin/gtkroomlist.c +++ b/pidgin/gtkroomlist.c @@ -343,7 +343,7 @@ static gboolean account_filter_func(PurpleAccount *account) gboolean pidgin_roomlist_is_showable() { - const GList *c; + GList *c; PurpleConnection *gc; for (c = purple_connections_get_all(); c != NULL; c = c->next) { -- cgit v1.2.1