From d72e9c553ebc58de52ada8987f9d08e61c87d129 Mon Sep 17 00:00:00 2001
From: Sylvain Berfini <Sylvain.Berfini@Belledonne-Communications.com>
Date: Wed, 13 Jun 2012 10:34:52 +0200
Subject: [PATCH] Save the logs removed

---
 coreapi/linphonecore.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/coreapi/linphonecore.c b/coreapi/linphonecore.c
index 9caa52dc3d..134d38d349 100644
--- a/coreapi/linphonecore.c
+++ b/coreapi/linphonecore.c
@@ -3495,6 +3495,7 @@ int linphone_core_get_missed_calls_count(LinphoneCore *lc) {
 
 void linphone_core_remove_call_log(LinphoneCore *lc, void *data) {
 	lc->call_logs = ms_list_remove(lc->call_logs, data);
+	call_logs_write_to_config_file(lc);
 }
 
 static void toggle_video_preview(LinphoneCore *lc, bool_t val){
-- 
GitLab