From cd009b33d7b82d4965d5b43953f2b191c67b40dd Mon Sep 17 00:00:00 2001 From: Devashish Sharma Date: Mon, 24 Jul 2006 13:06:20 +0000 Subject: Added support for gadu gadu im in contact entry. svn path=/trunk/; revision=32407 --- plugins/bbdb/gaimbuddies.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'plugins/bbdb') diff --git a/plugins/bbdb/gaimbuddies.c b/plugins/bbdb/gaimbuddies.c index 76ef1a0f2c..51ca8bcec7 100644 --- a/plugins/bbdb/gaimbuddies.c +++ b/plugins/bbdb/gaimbuddies.c @@ -287,6 +287,8 @@ proto_to_contact_field (const char *proto) return E_CONTACT_IM_YAHOO; if (! strcmp (proto, "prpl-jabber")) return E_CONTACT_IM_JABBER; + if (! strcmp (proto, "prpl-gg")) + return E_CONTACT_IM_GADUGADU; return E_CONTACT_IM_AIM; } -- cgit