diff options
author | Devashish Sharma <dsharma@src.gnome.org> | 2006-07-24 21:06:20 +0800 |
---|---|---|
committer | Devashish Sharma <dsharma@src.gnome.org> | 2006-07-24 21:06:20 +0800 |
commit | cd009b33d7b82d4965d5b43953f2b191c67b40dd (patch) | |
tree | 8a38840b956e65178c6c1e188f8ef701dd1573c7 /plugins/bbdb | |
parent | 3a4f1cbc3aeff201b997b96190b36b42a41caffe (diff) | |
download | gsoc2013-evolution-cd009b33d7b82d4965d5b43953f2b191c67b40dd.tar.gz gsoc2013-evolution-cd009b33d7b82d4965d5b43953f2b191c67b40dd.tar.zst gsoc2013-evolution-cd009b33d7b82d4965d5b43953f2b191c67b40dd.zip |
Added support for gadu gadu im in contact entry.
svn path=/trunk/; revision=32407
Diffstat (limited to 'plugins/bbdb')
-rw-r--r-- | plugins/bbdb/gaimbuddies.c | 2 |
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; } |