1
0
Fork 0
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:
Evangelos Ribeiro Tzaras 2022-08-30 15:25:04 +02:00
parent 6f2808c7cd
commit a4c4687208

View file

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