diff options
author | Christopher James Lahey <clahey@ximian.com> | 2002-05-14 09:52:17 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2002-05-14 09:52:17 +0800 |
commit | 1faa7d0bef42bcec3c53a68aee9c9b856a209ac5 (patch) | |
tree | 47b5a0fafd8bff7cee51567d0c66407b7a8ee72e /addressbook | |
parent | ae127f66f6f7b50ddcffff229a7ed6a7e0b6e826 (diff) | |
download | gsoc2013-evolution-1faa7d0bef42bcec3c53a68aee9c9b856a209ac5.tar.gz gsoc2013-evolution-1faa7d0bef42bcec3c53a68aee9c9b856a209ac5.tar.zst gsoc2013-evolution-1faa7d0bef42bcec3c53a68aee9c9b856a209ac5.zip |
Removed an incorrect comment here.
2002-05-13 Christopher James Lahey <clahey@ximian.com>
* backend/idl/addressbook.idl: Removed an incorrect comment here.
svn path=/trunk/; revision=16775
Diffstat (limited to 'addressbook')
-rw-r--r-- | addressbook/ChangeLog | 4 | ||||
-rw-r--r-- | addressbook/backend/idl/addressbook.idl | 3 |
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); |