Mercurial > pidgin.yaz
diff pidgin/plugins/gevolution/gevolution.c @ 30053:0646207f360f
Remove a bunch of old references to prpl-oscar
| author | Mark Doliner <mark@kingant.net> |
|---|---|
| date | Mon, 29 Mar 2010 23:35:35 +0000 |
| parents | 9e916fd25f48 |
| children | 58fbaa661331 |
line wrap: on
line diff
--- a/pidgin/plugins/gevolution/gevolution.c Sun Mar 28 18:08:38 2010 +0000 +++ b/pidgin/plugins/gevolution/gevolution.c Mon Mar 29 23:35:35 2010 +0000 @@ -111,12 +111,10 @@ name = e_contact_get_const(contact, E_CONTACT_FULL_NAME); update_ims_from_contact(contact, name, "prpl-aim", E_CONTACT_IM_AIM); - update_ims_from_contact(contact, name, "prpl-oscar", E_CONTACT_IM_AIM); update_ims_from_contact(contact, name, "prpl-jabber", E_CONTACT_IM_JABBER); update_ims_from_contact(contact, name, "prpl-yahoo", E_CONTACT_IM_YAHOO); update_ims_from_contact(contact, name, "prpl-msn", E_CONTACT_IM_MSN); update_ims_from_contact(contact, name, "prpl-icq", E_CONTACT_IM_ICQ); - update_ims_from_contact(contact, name, "prpl-oscar", E_CONTACT_IM_ICQ); update_ims_from_contact(contact, name, "prpl-novell", E_CONTACT_IM_GROUPWISE); }
