summaryrefslogtreecommitdiff
path: root/pidgin/gtkroomlist.c
diff options
context:
space:
mode:
authorRichard Laager <rlaager@pidgin.im>2007-06-16 19:00:35 +0000
committerRichard Laager <rlaager@pidgin.im>2007-06-16 19:00:35 +0000
commit515e22352f82c1e9e8f976924789b385bc1d2c56 (patch)
treeba97009b4158197ff02c8705de50d01ee2104397 /pidgin/gtkroomlist.c
parent72b6031dbd986f062e20f782f9dadb601af055d7 (diff)
downloadpidgin-515e22352f82c1e9e8f976924789b385bc1d2c56.tar.gz
disapproval of revision '2d8ea56b90971e7851442d96b7d74ecb4f052126'
Diffstat (limited to 'pidgin/gtkroomlist.c')
-rw-r--r--pidgin/gtkroomlist.c2
1 files changed, 1 insertions, 1 deletions
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) {