mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-02-09 05:00:36 +01:00
settings: fix connection removed signal for default wired connection
Somewhat confusingly named signals...
This commit is contained in:
parent
745c262568
commit
47bc080af8
1 changed files with 1 additions and 1 deletions
|
|
@ -752,7 +752,7 @@ remove_default_wired_connection (NMSettings *self,
|
|||
const char *path = nm_connection_get_path (NM_CONNECTION (connection));
|
||||
|
||||
if (g_hash_table_lookup (priv->connections, path)) {
|
||||
g_signal_emit_by_name (G_OBJECT (connection), NM_SETTINGS_SIGNAL_CONNECTION_REMOVED);
|
||||
g_signal_emit_by_name (G_OBJECT (connection), NM_SETTINGS_CONNECTION_REMOVED);
|
||||
g_hash_table_remove (priv->connections, path);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue