aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/gui/contact-editor/e-contact-editor.c
diff options
context:
space:
mode:
authorMilan Crha <mcrha@redhat.com>2008-12-08 19:01:38 +0800
committerMilan Crha <mcrha@src.gnome.org>2008-12-08 19:01:38 +0800
commit4eed8ee19e71b199239dc12e936e9b3e650eb2fc (patch)
treea3b9c8175f14ce0b84944c2d9d66da34868b5355 /addressbook/gui/contact-editor/e-contact-editor.c
parent0694086ab958a0ab21448c5afca1e29091686ed6 (diff)
downloadgsoc2013-evolution-4eed8ee19e71b199239dc12e936e9b3e650eb2fc.tar
gsoc2013-evolution-4eed8ee19e71b199239dc12e936e9b3e650eb2fc.tar.gz
gsoc2013-evolution-4eed8ee19e71b199239dc12e936e9b3e650eb2fc.tar.bz2
gsoc2013-evolution-4eed8ee19e71b199239dc12e936e9b3e650eb2fc.tar.lz
gsoc2013-evolution-4eed8ee19e71b199239dc12e936e9b3e650eb2fc.tar.xz
gsoc2013-evolution-4eed8ee19e71b199239dc12e936e9b3e650eb2fc.tar.zst
gsoc2013-evolution-4eed8ee19e71b199239dc12e936e9b3e650eb2fc.zip
** Fix for bug #270376
2008-12-08 Milan Crha <mcrha@redhat.com> ** Fix for bug #270376 * gui/contact-editor/e-contact-editor.c: (im_service []), (non_string_fields[]): * gui/widgets/eab-contact-display.c: (render_contact): Support Skype field in a contact. * gui/contact-editor/e-contact-editor-im.c: Changes here too, but file doesn't seem to be used. svn path=/trunk/; revision=36849
Diffstat (limited to 'addressbook/gui/contact-editor/e-contact-editor.c')
-rw-r--r--addressbook/gui/contact-editor/e-contact-editor.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/addressbook/gui/contact-editor/e-contact-editor.c b/addressbook/gui/contact-editor/e-contact-editor.c
index c4f9d7e743..0fad7abb29 100644
--- a/addressbook/gui/contact-editor/e-contact-editor.c
+++ b/addressbook/gui/contact-editor/e-contact-editor.c
@@ -179,7 +179,8 @@ im_service [] =
{ 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") }
+ { E_CONTACT_IM_GROUPWISE, N_ ("GroupWise") },
+ { E_CONTACT_IM_SKYPE, N_ ("Skype") }
};
/* Defaults from the table above */
@@ -3053,6 +3054,7 @@ static const EContactField non_string_fields [] = {
E_CONTACT_IM_GADUGADU,
E_CONTACT_IM_MSN,
E_CONTACT_IM_ICQ,
+ E_CONTACT_IM_SKYPE,
E_CONTACT_PHOTO,
E_CONTACT_LOGO,
E_CONTACT_X509_CERT,