Mercurial > pidgin.yaz
diff pidgin/plugins/gevolution/gevolution.c @ 18114:873ee0038752
merge of 'd8c7c08339ae468cb4298f6850eb7d3b760ad7b5'
and 'ed8b5b74cff83943994bc055c40b107e04e87249'
| author | Richard Laager <rlaager@wiktel.com> |
|---|---|
| date | Sat, 16 Jun 2007 19:00:52 +0000 |
| parents | 226b9109179c 926ccb104da0 |
| children | ab6d2763b8d8 |
line wrap: on
line diff
--- a/pidgin/plugins/gevolution/gevolution.c Fri Jun 15 08:39:01 2007 +0000 +++ b/pidgin/plugins/gevolution/gevolution.c Sat Jun 16 19:00:52 2007 +0000 @@ -69,8 +69,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; @@ -401,7 +400,7 @@ GtkCellRenderer *renderer; GdkPixbuf *pixbuf; GtkListStore *model; - const GList *l; + GList *l; /* Outside container */ ret = gtk_vbox_new(FALSE, 18);
