aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/ChangeLog
diff options
context:
space:
mode:
authorChris Toshok <toshok@ximian.com>2001-08-18 12:18:37 +0800
committerChris Toshok <toshok@src.gnome.org>2001-08-18 12:18:37 +0800
commit4be8d6a6d678e0f73c84cf6fdcaeb52d3961bbfe (patch)
tree8a2a9a4a0834f0cebd014362f136bc779abd5cc3 /addressbook/ChangeLog
parenta069bf38e597b321e23d8d970bd3e4964e517247 (diff)
downloadgsoc2013-evolution-4be8d6a6d678e0f73c84cf6fdcaeb52d3961bbfe.tar
gsoc2013-evolution-4be8d6a6d678e0f73c84cf6fdcaeb52d3961bbfe.tar.gz
gsoc2013-evolution-4be8d6a6d678e0f73c84cf6fdcaeb52d3961bbfe.tar.bz2
gsoc2013-evolution-4be8d6a6d678e0f73c84cf6fdcaeb52d3961bbfe.tar.lz
gsoc2013-evolution-4be8d6a6d678e0f73c84cf6fdcaeb52d3961bbfe.tar.xz
gsoc2013-evolution-4be8d6a6d678e0f73c84cf6fdcaeb52d3961bbfe.tar.zst
gsoc2013-evolution-4be8d6a6d678e0f73c84cf6fdcaeb52d3961bbfe.zip
add prototype for addressbook_get_other_contact_storage.
2001-08-17 Chris Toshok <toshok@ximian.com> * gui/component/addressbook-storage.h: add prototype for addressbook_get_other_contact_storage. * gui/component/addressbook-storage.c (addressbook_get_other_contact_storage): rename register_storage to this, and return the EvolutionStorage. (load_source_data): register_storage => addressbook_get_other_contact_storage. (addressbook_storage_add_source): register_storage => addressbook_get_other_contact_storage. svn path=/trunk/; revision=12197
Diffstat (limited to 'addressbook/ChangeLog')
-rw-r--r--addressbook/ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog
index 0529e17157..a5c8303cbd 100644
--- a/addressbook/ChangeLog
+++ b/addressbook/ChangeLog
@@ -1,5 +1,18 @@
2001-08-17 Chris Toshok <toshok@ximian.com>
+ * gui/component/addressbook-storage.h: add prototype for
+ addressbook_get_other_contact_storage.
+
+ * gui/component/addressbook-storage.c
+ (addressbook_get_other_contact_storage): rename register_storage
+ to this, and return the EvolutionStorage.
+ (load_source_data): register_storage =>
+ addressbook_get_other_contact_storage.
+ (addressbook_storage_add_source): register_storage =>
+ addressbook_get_other_contact_storage.
+
+2001-08-17 Chris Toshok <toshok@ximian.com>
+
* gui/contact-editor/e-contact-editor.c
(set_entry_changed_signals): connect to the "changed" signal on
"entry-web" to update command state.