From 061990182b485323333086e4724755ee28e42797 Mon Sep 17 00:00:00 2001 From: Christopher James Lahey Date: Sun, 22 Apr 2001 07:32:41 +0000 Subject: Added save_source_data here. 2001-04-22 Christopher James Lahey * gui/component/addressbook-storage.c (addressbook_storage_clear_sources): Added save_source_data here. svn path=/trunk/; revision=9493 --- addressbook/ChangeLog | 5 +++++ addressbook/gui/component/addressbook-storage.c | 2 ++ 2 files changed, 7 insertions(+) diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index 5b7b56edf8..f5b7730140 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,8 @@ +2001-04-22 Christopher James Lahey + + * gui/component/addressbook-storage.c + (addressbook_storage_clear_sources): Added save_source_data here. + 2001-04-21 Jon Trowbridge * contact-editor/e-contact-quick-add.c (clicked_cb): Properly diff --git a/addressbook/gui/component/addressbook-storage.c b/addressbook/gui/component/addressbook-storage.c index 5fcebee68d..c1fc13b6d0 100644 --- a/addressbook/gui/component/addressbook-storage.c +++ b/addressbook/gui/component/addressbook-storage.c @@ -510,6 +510,8 @@ addressbook_storage_clear_sources () g_list_foreach (sources, (GFunc)addressbook_source_foreach, NULL); g_list_free (sources); sources = NULL; + + save_source_data (storage_path); } AddressbookSource * -- cgit