diff options
author | Chris Toshok <toshok@ximian.com> | 2001-05-23 17:32:49 +0800 |
---|---|---|
committer | Chris Toshok <toshok@src.gnome.org> | 2001-05-23 17:32:49 +0800 |
commit | de887cef10582792911a04ccc5d1a781280d4a9d (patch) | |
tree | 495f2975e82dfd14250618213b0d931ed24d56ea /addressbook/ChangeLog | |
parent | be19c59c2e0f254538f72ba136d7524d8619045a (diff) | |
download | gsoc2013-evolution-de887cef10582792911a04ccc5d1a781280d4a9d.tar gsoc2013-evolution-de887cef10582792911a04ccc5d1a781280d4a9d.tar.gz gsoc2013-evolution-de887cef10582792911a04ccc5d1a781280d4a9d.tar.bz2 gsoc2013-evolution-de887cef10582792911a04ccc5d1a781280d4a9d.tar.lz gsoc2013-evolution-de887cef10582792911a04ccc5d1a781280d4a9d.tar.xz gsoc2013-evolution-de887cef10582792911a04ccc5d1a781280d4a9d.tar.zst gsoc2013-evolution-de887cef10582792911a04ccc5d1a781280d4a9d.zip |
fix strings such that ones that happening at the beginning or during an
2001-05-23 Chris Toshok <toshok@ximian.com>
* backend/pas/pas-backend-ldap.c (view_destroy): fix strings such
that ones that happening at the beginning or during an operation
are followed by "..." and those that stop the operation are
followed by "."
(create_card_handler): same.
(ldap_op_process_current): same, and also call _notify_complete if
we can't connect to ldap server.
(poll_ldap): same, and change "Polling for LDAP search result" to
"Receiving LDAP search results"
* backend/pas/pas-backend-file.c (pas_backend_file_search): call
notify_status_message at the beginning of this function, and
whenever we call _notify_complete.
svn path=/trunk/; revision=9941
Diffstat (limited to 'addressbook/ChangeLog')
-rw-r--r-- | addressbook/ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index 8c4d44aa26..f9958c8aea 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,5 +1,21 @@ 2001-05-23 Chris Toshok <toshok@ximian.com> + * backend/pas/pas-backend-ldap.c (view_destroy): fix strings such + that ones that happening at the beginning or during an operation + are followed by "..." and those that stop the operation are + followed by "." + (create_card_handler): same. + (ldap_op_process_current): same, and also call _notify_complete if + we can't connect to ldap server. + (poll_ldap): same, and change "Polling for LDAP search result" to + "Receiving LDAP search results" + + * backend/pas/pas-backend-file.c (pas_backend_file_search): call + notify_status_message at the beginning of this function, and + whenever we call _notify_complete. + +2001-05-23 Chris Toshok <toshok@ximian.com> + * gui/widgets/e-addressbook-model.h: add sequence_complete_id to EAddressbookModel and stop_state_changed to EAddressbookModelClass. also, add prototype for |