pidgin/plugins/gevolution/gevolution.c

changeset 18545
5af898e91ec2
parent 18190
bcf28ef7e8ff
child 18860
3d47d8b63f6a
equal deleted inserted replaced
17398:1edf059a4a26 18545:5af898e91ec2
36 36
37 #include "gevolution.h" 37 #include "gevolution.h"
38 38
39 #include <libedata-book/Evolution-DataServer-Addressbook.h> 39 #include <libedata-book/Evolution-DataServer-Addressbook.h>
40 40
41 #include <libebook/e-book-listener.h>
42 #include <libedata-book/e-data-book-factory.h> 41 #include <libedata-book/e-data-book-factory.h>
43 #include <bonobo/bonobo-main.h> 42 #include <bonobo/bonobo-main.h>
44 43
45 #include <glib.h> 44 #include <glib.h>
46 45
117 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);
118 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);
119 } 118 }
120 119
121 static void 120 static void
122 contacts_changed_cb(EBookView *book_view, const GList *contacts) 121 contacts_changed_cb(EBookView *book_view, GList *contacts)
123 { 122 {
124 const GList *l; 123 GList *l;
125 124
126 if (purple_connections_get_all() == NULL) 125 if (purple_connections_get_all() == NULL)
127 return; 126 return;
128 127
129 for (l = contacts; l != NULL; l = l->next) 128 for (l = contacts; l != NULL; l = l->next)

mercurial