diff pidgin/plugins/gevolution/gevo-util.c @ 30434: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 0646207f360f
children 8102a9dd3244
line wrap: on
line diff
--- a/pidgin/plugins/gevolution/gevo-util.c	Mon Aug 23 03:28:50 2010 +0000
+++ b/pidgin/plugins/gevolution/gevo-util.c	Mon Aug 23 05:07:37 2010 +0000
@@ -111,6 +111,8 @@
 		protocol_field = E_CONTACT_IM_JABBER;
 	else if (!strcmp(protocol_id, "prpl-novell"))
 		protocol_field = E_CONTACT_IM_GROUPWISE;
+	else if (!strcmp(protocol_id, "prpl-gg"))
+		protocol_field = E_CONTACT_IM_GADUGADU;
 
 	return protocol_field;
 }