diff options
author | Chris Toshok <toshok@ximian.com> | 2004-04-15 11:11:22 +0800 |
---|---|---|
committer | Chris Toshok <toshok@src.gnome.org> | 2004-04-15 11:11:22 +0800 |
commit | 33b23bed4b2997c321f6def7d1e04f6fc6a8a4f3 (patch) | |
tree | e185ffe5bbb34a3e29a0bd7bfc0e406b023ce833 /addressbook/ChangeLog | |
parent | c66ce91f684e02545b6d930c228d9239066f4c0f (diff) | |
download | gsoc2013-evolution-33b23bed4b2997c321f6def7d1e04f6fc6a8a4f3.tar gsoc2013-evolution-33b23bed4b2997c321f6def7d1e04f6fc6a8a4f3.tar.gz gsoc2013-evolution-33b23bed4b2997c321f6def7d1e04f6fc6a8a4f3.tar.bz2 gsoc2013-evolution-33b23bed4b2997c321f6def7d1e04f6fc6a8a4f3.tar.lz gsoc2013-evolution-33b23bed4b2997c321f6def7d1e04f6fc6a8a4f3.tar.xz gsoc2013-evolution-33b23bed4b2997c321f6def7d1e04f6fc6a8a4f3.tar.zst gsoc2013-evolution-33b23bed4b2997c321f6def7d1e04f6fc6a8a4f3.zip |
force the info label to update its contents here if the load was
2004-04-14 Chris Toshok <toshok@ximian.com>
* gui/component/addressbook-view.c (book_open_cb): force the info
label to update its contents here if the load was successful.
* gui/component/addressbook-migrate.c (migration_context_new): use
e_book_get_addressbooks instead of getting source_list from the
component.
(migration_context_free): unref the source_list.
* gui/component/addressbook-config.c (dialog_to_source): sync the
dialog->source_list, since we have it.
svn path=/trunk/; revision=25472
Diffstat (limited to 'addressbook/ChangeLog')
-rw-r--r-- | addressbook/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index a6183e26c5..98e3f53173 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,5 +1,18 @@ 2004-04-14 Chris Toshok <toshok@ximian.com> + * gui/component/addressbook-view.c (book_open_cb): force the info + label to update its contents here if the load was successful. + + * gui/component/addressbook-migrate.c (migration_context_new): use + e_book_get_addressbooks instead of getting source_list from the + component. + (migration_context_free): unref the source_list. + + * gui/component/addressbook-config.c (dialog_to_source): sync the + dialog->source_list, since we have it. + +2004-04-14 Chris Toshok <toshok@ximian.com> + * gui/component/addressbook.c: rip out tons of functions - they all live in addressbook-view.c now. the only thing left in this file is the addressbook_load* calls that do authentication. |