aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher James Lahey <clahey@helixcode.com>2000-08-13 14:07:02 +0800
committerChris Lahey <clahey@src.gnome.org>2000-08-13 14:07:02 +0800
commit48c3fc57227ee11efeb3e232ec3ae180520c0aeb (patch)
treee75c0cd1ca6d3970a36dfefb87eb038aab4c3544
parentb36981e4d5421120462f642146ca45845d0e164c (diff)
downloadgsoc2013-evolution-48c3fc57227ee11efeb3e232ec3ae180520c0aeb.tar
gsoc2013-evolution-48c3fc57227ee11efeb3e232ec3ae180520c0aeb.tar.gz
gsoc2013-evolution-48c3fc57227ee11efeb3e232ec3ae180520c0aeb.tar.bz2
gsoc2013-evolution-48c3fc57227ee11efeb3e232ec3ae180520c0aeb.tar.lz
gsoc2013-evolution-48c3fc57227ee11efeb3e232ec3ae180520c0aeb.tar.xz
gsoc2013-evolution-48c3fc57227ee11efeb3e232ec3ae180520c0aeb.tar.zst
gsoc2013-evolution-48c3fc57227ee11efeb3e232ec3ae180520c0aeb.zip
Fixed a typo in the name of the first phone entry.
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. svn path=/trunk/; revision=4799
-rw-r--r--addressbook/ChangeLog5
-rw-r--r--addressbook/contact-editor/contact-editor.glade2
-rw-r--r--addressbook/gui/contact-editor/contact-editor.glade2
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>