pidgin/plugins/gestures/gestures.c

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

mercurial