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