diff options
author | Christopher James Lahey <clahey@helixcode.com> | 2000-04-17 05:06:02 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2000-04-17 05:06:02 +0800 |
commit | fc360f0fdfb7536aaa2bb7e7de6b0b67202f8641 (patch) | |
tree | d5a80b4954007f152372e87de801e4f180e53573 /addressbook/contact-editor/contact-editor.glade | |
parent | 50c22a17f03ccdff5cd2363db96c7fd9f08abdb2 (diff) | |
download | gsoc2013-evolution-fc360f0fdfb7536aaa2bb7e7de6b0b67202f8641.tar gsoc2013-evolution-fc360f0fdfb7536aaa2bb7e7de6b0b67202f8641.tar.gz gsoc2013-evolution-fc360f0fdfb7536aaa2bb7e7de6b0b67202f8641.tar.bz2 gsoc2013-evolution-fc360f0fdfb7536aaa2bb7e7de6b0b67202f8641.tar.lz gsoc2013-evolution-fc360f0fdfb7536aaa2bb7e7de6b0b67202f8641.tar.xz gsoc2013-evolution-fc360f0fdfb7536aaa2bb7e7de6b0b67202f8641.tar.zst gsoc2013-evolution-fc360f0fdfb7536aaa2bb7e7de6b0b67202f8641.zip |
Added orginizational unit, nickname, and internet free-busy fields.
2000-04-16 Christopher James Lahey <clahey@helixcode.com>
* addressbook/backend/ebook/e-card.c,
addressbook/backend/ebook/e-card.h,
addressbook/backend/ebook/test-card.c,
addressbook/backend/pas/pas-backend-file.c,
addressbook/contact-editor/e-contact-editor.c: Added
orginizational unit, nickname, and internet free-busy fields.
* addressbook/contact-editor/contact-editor.glade: Renamed some
incorrectly named fields.
svn path=/trunk/; revision=2464
Diffstat (limited to 'addressbook/contact-editor/contact-editor.glade')
-rw-r--r-- | addressbook/contact-editor/contact-editor.glade | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/addressbook/contact-editor/contact-editor.glade b/addressbook/contact-editor/contact-editor.glade index 1a7cf84a6e..e97c6999dd 100644 --- a/addressbook/contact-editor/contact-editor.glade +++ b/addressbook/contact-editor/contact-editor.glade @@ -1499,7 +1499,7 @@ <widget> <class>GtkEntry</class> - <name>entry8</name> + <name>entry-nickname</name> <can_focus>True</can_focus> <editable>True</editable> <text_visible>True</text_visible> @@ -1571,7 +1571,7 @@ <widget> <class>GtkEntry</class> - <name>entry11</name> + <name>entry-fburl</name> <can_focus>True</can_focus> <editable>True</editable> <text_visible>True</text_visible> |