aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--addressbook/ChangeLog4
-rw-r--r--addressbook/backend/idl/addressbook.idl3
2 files changed, 5 insertions, 2 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog
index dca138f8ae..bc664491e8 100644
--- a/addressbook/ChangeLog
+++ b/addressbook/ChangeLog
@@ -1,5 +1,9 @@
2002-05-13 Christopher James Lahey <clahey@ximian.com>
+ * backend/idl/addressbook.idl: Removed an incorrect comment here.
+
+2002-05-13 Christopher James Lahey <clahey@ximian.com>
+
* gui/contact-editor/e-contact-editor.c (enable_writable_fields):
Enable the dropdown widgets even if the contact is not editable so
that you can view any email address, phone number, or postal
diff --git a/addressbook/backend/idl/addressbook.idl b/addressbook/backend/idl/addressbook.idl
index fe2870fcde..f708026424 100644
--- a/addressbook/backend/idl/addressbook.idl
+++ b/addressbook/backend/idl/addressbook.idl
@@ -64,8 +64,7 @@ module Addressbook {
/*
* This function returns a cursor to the book
* listener. This is for people who want a snapshot
- * of the addressbook. The syntax for the query
- * string is not yet defined.
+ * of the addressbook.
*/
void getCursor (in string query);