mirror of
https://gitlab.gnome.org/GNOME/calls.git
synced 2025-01-07 04:15:32 +00:00
sip: origin: Actually set "auto-connect" property
Closes: #466
Fixes ef56c8f51c
This commit is contained in:
parent
6f2808c7cd
commit
a4c4687208
1 changed files with 1 additions and 0 deletions
|
@ -1736,6 +1736,7 @@ calls_sip_origin_set_credentials (CallsSipOrigin *self,
|
|||
self->port = port;
|
||||
self->can_tel = can_tel;
|
||||
self->media_encryption = media_encryption;
|
||||
self->auto_connect = auto_connect;
|
||||
|
||||
update_name (self);
|
||||
|
||||
|
|
Loading…
Reference in a new issue