diff options
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 * |