diff pidgin/gtksavedstatuses.c @ 18114:873ee0038752

merge of 'd8c7c08339ae468cb4298f6850eb7d3b760ad7b5' and 'ed8b5b74cff83943994bc055c40b107e04e87249'
author Richard Laager <rlaager@wiktel.com>
date Sat, 16 Jun 2007 19:00:52 +0000
parents 0b3d6ea61760 926ccb104da0
children ab6d2763b8d8
line wrap: on
line diff
--- a/pidgin/gtksavedstatuses.c	Fri Jun 15 08:39:01 2007 +0000
+++ b/pidgin/gtksavedstatuses.c	Sat Jun 16 19:00:52 2007 +0000
@@ -1012,7 +1012,7 @@
 static void
 status_editor_populate_list(StatusEditor *dialog, PurpleSavedStatus *saved_status)
 {
-	const GList *iter;
+	GList *iter;
 	PurpleSavedStatusSub *substatus;
 
 	gtk_list_store_clear(dialog->model);