mirror of
https://gitlab.gnome.org/GNOME/calls.git
synced 2025-01-07 04:15:32 +00:00
sip: origin: Codestyle
This commit is contained in:
parent
e91d6258ad
commit
7847c72560
1 changed files with 1 additions and 1 deletions
|
@ -956,7 +956,7 @@ setup_nua (CallsSipOrigin *self)
|
|||
self->address = g_strconcat (self->user, "@", self->host, NULL);
|
||||
from_str = g_strconcat (self->protocol_prefix, ":", self->address, NULL);
|
||||
|
||||
g_object_notify_by_pspec(G_OBJECT (self), props[PROP_ACC_ADDRESS]);
|
||||
g_object_notify_by_pspec (G_OBJECT (self), props[PROP_ACC_ADDRESS]);
|
||||
|
||||
use_sips = check_sips (from_str);
|
||||
use_ipv6 = check_ipv6 (self->host);
|
||||
|
|
Loading…
Reference in a new issue