mirror of
https://gitlab.gnome.org/GNOME/calls.git
synced 2025-01-05 19:15:32 +00:00
provider/sip: on_origin_pw_looked_up() display_name is read twice
This commit is contained in:
parent
a830b45d2f
commit
dee7e1b9ae
1 changed files with 0 additions and 1 deletions
|
@ -144,7 +144,6 @@ on_origin_pw_looked_up (GObject *source,
|
|||
display_name = g_key_file_get_string (data->key_file, data->name, "DisplayName", NULL);
|
||||
protocol = g_key_file_get_string (data->key_file, data->name, "Protocol", NULL);
|
||||
port = g_key_file_get_integer (data->key_file, data->name, "Port", NULL);
|
||||
display_name = g_key_file_get_string (data->key_file, data->name, "DisplayName", NULL);
|
||||
local_port = g_key_file_get_integer (data->key_file, data->name, "LocalPort", NULL);
|
||||
|
||||
if (g_key_file_has_key (data->key_file, data->name, "AutoConnect", NULL))
|
||||
|
|
Loading…
Reference in a new issue