sip: provider: Add argument to _add_origin() whether to store credentials
This allows us to avoid unnecessary saving to disk during initial account loading.
This commit is contained in:
committed by
Evangelos Ribeiro Tzaras
parent
e9f155678e
commit
3f12b3fcd5
@@ -259,7 +259,8 @@ on_login_clicked (CallsSipAccountWidget *self)
|
||||
gtk_entry_get_text (GTK_ENTRY (self->password)),
|
||||
gtk_entry_get_text (GTK_ENTRY (self->display_name)),
|
||||
"UDP",
|
||||
0);
|
||||
0,
|
||||
TRUE);
|
||||
|
||||
self->origin = origin;
|
||||
update_header (self);
|
||||
|
||||
Reference in New Issue
Block a user