pidgin/plugins/gevolution/gevolution.c

branch
release-2.1.0
changeset 18190
bcf28ef7e8ff
parent 18186
4bafc3287a2f
child 18860
3d47d8b63f6a
equal deleted inserted replaced
18189:1ea8813eabce 18190:bcf28ef7e8ff
116 update_ims_from_contact(contact, name, "prpl-oscar", E_CONTACT_IM_ICQ); 116 update_ims_from_contact(contact, name, "prpl-oscar", E_CONTACT_IM_ICQ);
117 update_ims_from_contact(contact, name, "prpl-novell", E_CONTACT_IM_GROUPWISE); 117 update_ims_from_contact(contact, name, "prpl-novell", E_CONTACT_IM_GROUPWISE);
118 } 118 }
119 119
120 static void 120 static void
121 contacts_changed_cb(EBookView *book_view, const GList *contacts) 121 contacts_changed_cb(EBookView *book_view, GList *contacts)
122 { 122 {
123 const GList *l; 123 GList *l;
124 124
125 if (purple_connections_get_all() == NULL) 125 if (purple_connections_get_all() == NULL)
126 return; 126 return;
127 127
128 for (l = contacts; l != NULL; l = l->next) 128 for (l = contacts; l != NULL; l = l->next)

mercurial