diff options
-rw-r--r-- | addressbook/ChangeLog | 5 | ||||
-rw-r--r-- | addressbook/contact-editor/contact-editor.glade | 2 | ||||
-rw-r--r-- | addressbook/gui/contact-editor/contact-editor.glade | 2 |
3 files changed, 7 insertions, 2 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index 2bb891f15c..b4bfe19a64 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,5 +1,10 @@ 2000-08-12 Christopher James Lahey <clahey@helixcode.com> + * contact-editor/contact-editor.glade: Fixed a typo in the name of + the first phone entry. + +2000-08-12 Christopher James Lahey <clahey@helixcode.com> + * gui/search/Makefile.am, gui/search/e-addressbook-search-dialog.c, gui/search/e-addressbook-search-dialog.h: A few small interface diff --git a/addressbook/contact-editor/contact-editor.glade b/addressbook/contact-editor/contact-editor.glade index 8ee51c6831..7c328a72ce 100644 --- a/addressbook/contact-editor/contact-editor.glade +++ b/addressbook/contact-editor/contact-editor.glade @@ -370,7 +370,7 @@ <widget> <class>GtkEntry</class> - <name>entry-phone1b</name> + <name>entry-phone1</name> <can_focus>True</can_focus> <editable>True</editable> <text_visible>True</text_visible> diff --git a/addressbook/gui/contact-editor/contact-editor.glade b/addressbook/gui/contact-editor/contact-editor.glade index 8ee51c6831..7c328a72ce 100644 --- a/addressbook/gui/contact-editor/contact-editor.glade +++ b/addressbook/gui/contact-editor/contact-editor.glade @@ -370,7 +370,7 @@ <widget> <class>GtkEntry</class> - <name>entry-phone1b</name> + <name>entry-phone1</name> <can_focus>True</can_focus> <editable>True</editable> <text_visible>True</text_visible> |