aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/gui/component/addressbook-config.c
diff options
context:
space:
mode:
authorChris Toshok <toshok@ximian.com>2004-04-15 11:11:22 +0800
committerChris Toshok <toshok@src.gnome.org>2004-04-15 11:11:22 +0800
commit33b23bed4b2997c321f6def7d1e04f6fc6a8a4f3 (patch)
treee185ffe5bbb34a3e29a0bd7bfc0e406b023ce833 /addressbook/gui/component/addressbook-config.c
parentc66ce91f684e02545b6d930c228d9239066f4c0f (diff)
downloadgsoc2013-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/gui/component/addressbook-config.c')
-rw-r--r--addressbook/gui/component/addressbook-config.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/addressbook/gui/component/addressbook-config.c b/addressbook/gui/component/addressbook-config.c
index ec4a4cb820..ee68884e1e 100644
--- a/addressbook/gui/component/addressbook-config.c
+++ b/addressbook/gui/component/addressbook-config.c
@@ -271,8 +271,7 @@ dialog_to_source (AddressbookSourceDialog *dialog, ESource *source, gboolean tem
if (!e_source_peek_group (source))
e_source_group_add_source (dialog->source_group, source, -1);
- e_source_list_sync (addressbook_component_peek_source_list (
- addressbook_component_peek ()), NULL);
+ e_source_list_sync (dialog->source_list, NULL);
}
}