sip: Make save_to_disk() public and use it when updating accounts

Account credentials will not get updated at all otherwise.
This commit is contained in:
Evangelos Ribeiro Tzaras
2021-08-27 10:10:23 +02:00
parent f47139f7d2
commit 0bfa55473e
3 changed files with 23 additions and 16 deletions

View File

@@ -400,6 +400,7 @@ on_apply_clicked (CallsSipAccountWidget *self)
TRUE);
update_header (self);
calls_sip_provider_save_accounts_to_disk (self->provider);
g_signal_emit_by_name (self->provider, "widget-edit-done");
}