aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher James Lahey <clahey@ximian.com>2001-04-22 15:32:41 +0800
committerChris Lahey <clahey@src.gnome.org>2001-04-22 15:32:41 +0800
commit061990182b485323333086e4724755ee28e42797 (patch)
tree0b5d470bb94699b175972f3da89aa0a96d1f99fb
parent5f5708547f7a458dcfde741e48ecc9f8f19fcf35 (diff)
downloadgsoc2013-evolution-061990182b485323333086e4724755ee28e42797.tar
gsoc2013-evolution-061990182b485323333086e4724755ee28e42797.tar.gz
gsoc2013-evolution-061990182b485323333086e4724755ee28e42797.tar.bz2
gsoc2013-evolution-061990182b485323333086e4724755ee28e42797.tar.lz
gsoc2013-evolution-061990182b485323333086e4724755ee28e42797.tar.xz
gsoc2013-evolution-061990182b485323333086e4724755ee28e42797.tar.zst
gsoc2013-evolution-061990182b485323333086e4724755ee28e42797.zip
Added save_source_data here.
2001-04-22 Christopher James Lahey <clahey@ximian.com> * gui/component/addressbook-storage.c (addressbook_storage_clear_sources): Added save_source_data here. svn path=/trunk/; revision=9493
-rw-r--r--addressbook/ChangeLog5
-rw-r--r--addressbook/gui/component/addressbook-storage.c2
2 files changed, 7 insertions, 0 deletions
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 <clahey@ximian.com>
+
+ * gui/component/addressbook-storage.c
+ (addressbook_storage_clear_sources): Added save_source_data here.
+
2001-04-21 Jon Trowbridge <trow@ximian.com>
* 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 *