diff options
author | Christopher James Lahey <clahey@ximian.com> | 2001-04-22 15:32:41 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2001-04-22 15:32:41 +0800 |
commit | 061990182b485323333086e4724755ee28e42797 (patch) | |
tree | 0b5d470bb94699b175972f3da89aa0a96d1f99fb /addressbook/gui | |
parent | 5f5708547f7a458dcfde741e48ecc9f8f19fcf35 (diff) | |
download | gsoc2013-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
Diffstat (limited to 'addressbook/gui')
-rw-r--r-- | addressbook/gui/component/addressbook-storage.c | 2 |
1 files changed, 2 insertions, 0 deletions
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 * |