finch/gntprefs.c

branch
soc.2007.finchfeat
changeset 18286
c67fe80f0325
parent 18158
a313ada55b92
parent 18273
e61c53184c52
child 18291
d4fc9e57acc2
--- a/finch/gntprefs.c	Tue Jun 19 19:40:06 2007 +0000
+++ b/finch/gntprefs.c	Thu Jun 21 20:37:57 2007 +0000
@@ -22,10 +22,11 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  */
+#include "finch.h"
+
 #include <prefs.h>
 #include <savedstatuses.h>
 
-#include "finch.h"
 #include "gntprefs.h"
 #include "gntrequest.h"
 
@@ -89,7 +90,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))

mercurial