diff pidgin/plugins/gevolution/gevolution.c @ 18063:926ccb104da0

disapproval of revision '1411afd7660760db59966c3a9f18e2adab8eb27e'
author Richard Laager <rlaager@wiktel.com>
date Sat, 16 Jun 2007 19:00:35 +0000
parents 4ca97b26a8fb
children 873ee0038752
line wrap: on
line diff
--- a/pidgin/plugins/gevolution/gevolution.c	Thu Jun 07 04:22:42 2007 +0000
+++ b/pidgin/plugins/gevolution/gevolution.c	Sat Jun 16 19:00:35 2007 +0000
@@ -70,8 +70,7 @@
 						const char *prpl_id, EContactField field)
 {
 	GList *ims = e_contact_get(contact, field);
-	const GList *l;
-	const GList *l2;
+	GList *l, *l2;
 
 	if (ims == NULL)
 		return;
@@ -402,7 +401,7 @@
 	GtkCellRenderer *renderer;
 	GdkPixbuf *pixbuf;
 	GtkListStore *model;
-	const GList *l;
+	GList *l;
 
 	/* Outside container */
 	ret = gtk_vbox_new(FALSE, 18);