pidgin/plugins/gestures/gestures.c

branch
release-2.1.0
changeset 18122
9bf9970c1b6a
parent 18121
2d8ea56b9097
--- a/pidgin/plugins/gestures/gestures.c	Thu Jun 07 04:22:42 2007 +0000
+++ b/pidgin/plugins/gestures/gestures.c	Sat Jun 16 19:00:35 2007 +0000
@@ -176,7 +176,7 @@
 plugin_load(PurplePlugin *plugin)
 {
 	PurpleConversation *conv;
-	const GList *l;
+	GList *l;
 
 	for (l = purple_get_conversations(); l != NULL; l = l->next) {
 		conv = (PurpleConversation *)l->data;
@@ -199,7 +199,7 @@
 {
 	PurpleConversation *conv;
 	PidginConversation *gtkconv;
-	const GList *l;
+	GList *l;
 
 	for (l = purple_get_conversations(); l != NULL; l = l->next) {
 		conv = (PurpleConversation *)l->data;

mercurial