| 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) |