aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook
diff options
context:
space:
mode:
Diffstat (limited to 'addressbook')
-rw-r--r--addressbook/ChangeLog5
-rw-r--r--addressbook/gui/search/addresstypes.xml4
2 files changed, 7 insertions, 2 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog
index 5224098a5a..19e9f2d971 100644
--- a/addressbook/ChangeLog
+++ b/addressbook/ChangeLog
@@ -1,3 +1,8 @@
+2000-08-10 Christopher James Lahey <clahey@helixcode.com>
+
+ * gui/search/addresstypes.xml: Changed a couple of input field
+ names.
+
2000-08-10 Ettore Perazzoli <ettore@helixcode.com>
* gui/component/addressbook-component.c: Remove prototype for
diff --git a/addressbook/gui/search/addresstypes.xml b/addressbook/gui/search/addresstypes.xml
index 57fc10d330..d855561cce 100644
--- a/addressbook/gui/search/addresstypes.xml
+++ b/addressbook/gui/search/addresstypes.xml
@@ -3,7 +3,7 @@
<partset>
<part name="name">
<title>Sender</title>
- <input type="optionlist" name="sender-type">
+ <input type="optionlist" name="name-type">
<option value="contains">
<title>contains</title>
<code>(contains "fullname" ${name}))</code>
@@ -17,7 +17,7 @@
</part>
<part name="email">
<title>Sender</title>
- <input type="optionlist" name="sender-type">
+ <input type="optionlist" name="email-type">
<option value="contains">
<title>contains</title>
<code>(contains "email" ${email}))</code>