Mercurial > pidgin
diff plugins/gevolution/new_person_dialog.c @ 11054:bc700cc98b82
[gaim-migrate @ 12992]
Patch #1218079 from Stanislav Brabec
"Attached patch adds basic support for Novell Groupwise to Gaim Evolution integration."
committer: Tailor Script <tailor@pidgin.im>
| author | Richard Laager <rlaager@wiktel.com> |
|---|---|
| date | Sun, 03 Jul 2005 06:42:16 +0000 |
| parents | ff4be2d1401d |
| children | 12db50600de5 |
line wrap: on
line diff
--- a/plugins/gevolution/new_person_dialog.c Sun Jul 03 06:12:50 2005 +0000 +++ b/plugins/gevolution/new_person_dialog.c Sun Jul 03 06:42:16 2005 +0000 @@ -154,6 +154,8 @@ field = E_CONTACT_IM_JABBER; else if (!strcmp(im_service, "prpl-msn")) field = E_CONTACT_IM_MSN; + else if (!strcmp(im_service, "prpl-novell")) + field = E_CONTACT_IM_GROUPWISE; if (field > 0) {
