mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-25 17:40:08 +01:00
parent
d20bed069c
commit
31deca0157
1 changed files with 1 additions and 1 deletions
|
|
@ -706,7 +706,7 @@ init_get_settings_cb (GObject *proxy,
|
|||
priv->visible = TRUE;
|
||||
replace_settings (init_data->connection, settings);
|
||||
g_variant_unref (settings);
|
||||
g_object_notify (init_data->connection, NM_REMOTE_CONNECTION_VISIBLE);
|
||||
g_object_notify (G_OBJECT (init_data->connection), NM_REMOTE_CONNECTION_VISIBLE);
|
||||
|
||||
init_async_complete (init_data, NULL);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue