diff options
author | Chris Toshok <toshok@ximian.com> | 2001-09-07 08:33:57 +0800 |
---|---|---|
committer | Chris Toshok <toshok@src.gnome.org> | 2001-09-07 08:33:57 +0800 |
commit | 79d3756857257531993dc16b83a68e2ba4ed444b (patch) | |
tree | fa028eb8fc0c582b00927fb660c438cdaa1c2926 /addressbook/ChangeLog | |
parent | cc50420bf04f13fb7c3697bf524ed7772bfe6601 (diff) | |
download | gsoc2013-evolution-79d3756857257531993dc16b83a68e2ba4ed444b.tar.gz gsoc2013-evolution-79d3756857257531993dc16b83a68e2ba4ed444b.tar.zst gsoc2013-evolution-79d3756857257531993dc16b83a68e2ba4ed444b.zip |
add -DEVOLUTION_IMAGESDIR.
2001-09-06 Chris Toshok <toshok@ximian.com>
* gui/component/Makefile.am (INCLUDES): add -DEVOLUTION_IMAGESDIR.
* gui/widgets/e-addressbook-view.c (card_deleted_cb): remove
status messages from here.
(e_addressbook_view_delete_selection): same.
* gui/widgets/e-addressbook-model.c (sequence_complete): emit a
NULL status message along with the stop_state_changed. The null
status message will clear the status bar for this view.
* gui/component/addressbook.c (set_status_message): use the
EvolutionActivityClient stuff.
* backend/pas/pas-backend-ldap.c (view_destroy): remove status
message for abandoning a search.
(ldap_op_process_current): wrap status messages in _().
(ldap_op_process): same.
(create_card_handler): same, and remove the notify_status for ""
and add a notify_complete call after the card is added.
(remove_card_handler): same.
(modify_card_handler): same.
(poll_ldap): wrap status messages with _(), and remove the "Search
Complete" message.
(ldap_search_handler): wrap status message.
* backend/pas/pas-backend-file.c (pas_backend_file_search): use
_() on status messages, and make sure the last notify_* called is
notify_complete.
svn path=/trunk/; revision=12663
Diffstat (limited to 'addressbook/ChangeLog')
-rw-r--r-- | addressbook/ChangeLog | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index 0721244a1c..d82d2ad42c 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,34 @@ +2001-09-06 Chris Toshok <toshok@ximian.com> + + * gui/component/Makefile.am (INCLUDES): add -DEVOLUTION_IMAGESDIR. + + * gui/widgets/e-addressbook-view.c (card_deleted_cb): remove + status messages from here. + (e_addressbook_view_delete_selection): same. + + * gui/widgets/e-addressbook-model.c (sequence_complete): emit a + NULL status message along with the stop_state_changed. The null + status message will clear the status bar for this view. + + * gui/component/addressbook.c (set_status_message): use the + EvolutionActivityClient stuff. + + * backend/pas/pas-backend-ldap.c (view_destroy): remove status + message for abandoning a search. + (ldap_op_process_current): wrap status messages in _(). + (ldap_op_process): same. + (create_card_handler): same, and remove the notify_status for "" + and add a notify_complete call after the card is added. + (remove_card_handler): same. + (modify_card_handler): same. + (poll_ldap): wrap status messages with _(), and remove the "Search + Complete" message. + (ldap_search_handler): wrap status message. + + * backend/pas/pas-backend-file.c (pas_backend_file_search): use + _() on status messages, and make sure the last notify_* called is + notify_complete. + 2001-09-05 Ettore Perazzoli <ettore@ximian.com> [Fix #958, ShellComponents should not be created by factories, for |