aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/bbdb/gaimbuddies.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/bbdb/gaimbuddies.c')
-rw-r--r--plugins/bbdb/gaimbuddies.c2
1 files changed, 2 insertions, 0 deletions
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;
}