From: Sylvain Berfini Date: Wed, 13 Jun 2012 08:34:52 +0000 (+0200) Subject: Save the logs removed X-Git-Url: http://sjero.net/git/?p=linphone;a=commitdiff_plain;h=d72e9c553ebc58de52ada8987f9d08e61c87d129 Save the logs removed --- diff --git a/coreapi/linphonecore.c b/coreapi/linphonecore.c index 9caa52dc..134d38d3 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){