pidgin/plugins/gevolution/add_buddy_dialog.c

branch
release-2.1.0
changeset 18122
9bf9970c1b6a
parent 18121
2d8ea56b9097
child 19859
71d37b57eff2
equal deleted inserted replaced
18121:2d8ea56b9097 18122:9bf9970c1b6a
160 static void 160 static void
161 add_ims(GevoAddBuddyDialog *dialog, EContact *contact, const char *name, 161 add_ims(GevoAddBuddyDialog *dialog, EContact *contact, const char *name,
162 GList *list, const char *id) 162 GList *list, const char *id)
163 { 163 {
164 PurpleAccount *account = NULL; 164 PurpleAccount *account = NULL;
165 const GList *l; 165 GList *l;
166 GtkTreeIter iter; 166 GtkTreeIter iter;
167 GdkPixbuf *pixbuf; 167 GdkPixbuf *pixbuf;
168 168
169 if (list == NULL) 169 if (list == NULL)
170 return; 170 return;

mercurial