aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/gui/contact-editor/e-contact-editor.c
diff options
context:
space:
mode:
authorDevashish Sharma <dsharma@src.gnome.org>2006-07-24 21:06:20 +0800
committerDevashish Sharma <dsharma@src.gnome.org>2006-07-24 21:06:20 +0800
commitcd009b33d7b82d4965d5b43953f2b191c67b40dd (patch)
tree8a38840b956e65178c6c1e188f8ef701dd1573c7 /addressbook/gui/contact-editor/e-contact-editor.c
parent3a4f1cbc3aeff201b997b96190b36b42a41caffe (diff)
downloadgsoc2013-evolution-cd009b33d7b82d4965d5b43953f2b191c67b40dd.tar
gsoc2013-evolution-cd009b33d7b82d4965d5b43953f2b191c67b40dd.tar.gz
gsoc2013-evolution-cd009b33d7b82d4965d5b43953f2b191c67b40dd.tar.bz2
gsoc2013-evolution-cd009b33d7b82d4965d5b43953f2b191c67b40dd.tar.lz
gsoc2013-evolution-cd009b33d7b82d4965d5b43953f2b191c67b40dd.tar.xz
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 'addressbook/gui/contact-editor/e-contact-editor.c')
-rw-r--r--addressbook/gui/contact-editor/e-contact-editor.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/addressbook/gui/contact-editor/e-contact-editor.c b/addressbook/gui/contact-editor/e-contact-editor.c
index 9d736573b7..b40f780564 100644
--- a/addressbook/gui/contact-editor/e-contact-editor.c
+++ b/addressbook/gui/contact-editor/e-contact-editor.c
@@ -186,6 +186,7 @@ im_service [] =
{ E_CONTACT_IM_AIM, N_ ("AIM") },
{ E_CONTACT_IM_JABBER, N_ ("Jabber") },
{ E_CONTACT_IM_YAHOO, N_ ("Yahoo") },
+ { E_CONTACT_IM_GADUGADU, N_ ("Gadu-Gadu") },
{ E_CONTACT_IM_MSN, N_ ("MSN") },
{ E_CONTACT_IM_ICQ, N_ ("ICQ") },
{ E_CONTACT_IM_GROUPWISE, N_ ("GroupWise") }
@@ -3059,6 +3060,7 @@ static const EContactField non_string_fields [] = {
E_CONTACT_IM_GROUPWISE,
E_CONTACT_IM_JABBER,
E_CONTACT_IM_YAHOO,
+ E_CONTACT_IM_GADUGADU,
E_CONTACT_IM_MSN,
E_CONTACT_IM_ICQ,
E_CONTACT_PHOTO,