Mercurial > pidgin.yaz
diff pidgin/plugins/gevolution/gevolution.c @ 30867:3e06c30b75bb
Add GG support to gevolution.
rekkanoryo feels that we require a new enough GLib/GTK+ that the
time that this was added to evolution is irrelevant.
Fixes #10709.
committer: Elliott Sales de Andrade <qulogic@pidgin.im>
| author | Etan Reisner <pidgin@unreliablesource.net> |
|---|---|
| date | Mon, 23 Aug 2010 05:07:37 +0000 |
| parents | 6dbe83eee341 |
| children | 917c597beb97 |
line wrap: on
line diff
--- a/pidgin/plugins/gevolution/gevolution.c Mon Aug 23 03:28:50 2010 +0000 +++ b/pidgin/plugins/gevolution/gevolution.c Mon Aug 23 05:07:37 2010 +0000 @@ -125,6 +125,7 @@ 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-novell", E_CONTACT_IM_GROUPWISE); + update_ims_from_contact(contact, name, "prpl-gg", E_CONTACT_IM_GADUGADU); } static void
