diff options
author | Milan Crha <mcrha@redhat.com> | 2010-10-15 15:58:03 +0800 |
---|---|---|
committer | Milan Crha <mcrha@redhat.com> | 2010-10-15 15:58:03 +0800 |
commit | 0227574987026e1f72ad42940c74fcc69ba6ce1a (patch) | |
tree | ffcbd59f5a982051e7e2226a2020aa4191427a5f /addressbook | |
parent | df6f8dc010acad646b5abe591e7beefdb8cb0cb6 (diff) | |
download | gsoc2013-evolution-0227574987026e1f72ad42940c74fcc69ba6ce1a.tar.gz gsoc2013-evolution-0227574987026e1f72ad42940c74fcc69ba6ce1a.tar.zst gsoc2013-evolution-0227574987026e1f72ad42940c74fcc69ba6ce1a.zip |
Widget 'label-comments' gone in Contact editor
Diffstat (limited to 'addressbook')
-rw-r--r-- | addressbook/gui/contact-editor/e-contact-editor.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/addressbook/gui/contact-editor/e-contact-editor.c b/addressbook/gui/contact-editor/e-contact-editor.c index be5ff41fdd..fcf173e494 100644 --- a/addressbook/gui/contact-editor/e-contact-editor.c +++ b/addressbook/gui/contact-editor/e-contact-editor.c @@ -2219,7 +2219,6 @@ static FieldMapping simple_field_map[] = { { "label-office", E_CONTACT_OFFICE, FALSE, TRUE }, { "text-comments", E_CONTACT_NOTE, TRUE, TRUE }, - { "label-comments", E_CONTACT_NOTE, FALSE, TRUE }, { "entry-fullname", E_CONTACT_FULL_NAME, TRUE, TRUE }, { "button-fullname", E_CONTACT_FULL_NAME, FALSE, TRUE }, |