diff libpurple/plugins/perl/common/Account.xs @ 18063:926ccb104da0

disapproval of revision '1411afd7660760db59966c3a9f18e2adab8eb27e'
author Richard Laager <rlaager@wiktel.com>
date Sat, 16 Jun 2007 19:00:35 +0000
parents 4ca97b26a8fb
children ab6d2763b8d8
line wrap: on
line diff
--- a/libpurple/plugins/perl/common/Account.xs	Thu Jun 07 04:22:42 2007 +0000
+++ b/libpurple/plugins/perl/common/Account.xs	Sat Jun 16 19:00:35 2007 +0000
@@ -290,7 +290,7 @@
 void
 purple_accounts_get_all()
 PREINIT:
-    const GList *l;
+    GList *l;
 PPCODE:
     for (l = purple_accounts_get_all(); l != NULL; l = l->next) {
         XPUSHs(sv_2mortal(purple_perl_bless_object(l->data, "Purple::Account")));