Save the logs removed

This commit is contained in:
Sylvain Berfini 2012-06-13 10:34:52 +02:00
parent 43f765a0f3
commit d72e9c553e

View file

@ -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){