Mercurial > pidgin
diff finch/gntprefs.c @ 18185:150689f4b56d
propagate from branch 'im.pidgin.pidgin' (head eea855f58ba5a1d864cd6105e02b409e5f191062)
to branch 'im.pidgin.soc.2007.certmgr' (head 8a5ee1a739e8077d93fd7d53a714146cf32749e4)
author | William Ehlhardt <williamehlhardt@gmail.com> |
---|---|
date | Mon, 18 Jun 2007 16:26:21 +0000 |
parents | ab6d2763b8d8 |
children | b8572b937c09 |
line wrap: on
line diff
--- a/finch/gntprefs.c Sat Jun 02 06:33:48 2007 +0000 +++ b/finch/gntprefs.c Mon Jun 18 16:26:21 2007 +0000 @@ -89,7 +89,7 @@ get_status_titles() { GList *list = NULL; - const GList *iter; + GList *iter; for (iter = purple_savedstatuses_get_all(); iter; iter = iter->next) { char *str; if (purple_savedstatus_is_transient(iter->data))