mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-23 15:30:37 +01:00
settings: fix handling of connection visibility changes
This commit is contained in:
parent
3c32c02778
commit
e2275bba68
1 changed files with 3 additions and 1 deletions
|
|
@ -598,7 +598,9 @@ connection_updated (NMSysconfigConnection *connection, gpointer user_data)
|
|||
}
|
||||
|
||||
static void
|
||||
connection_visibility_changed (NMSysconfigConnection *connection, gpointer user_data)
|
||||
connection_visibility_changed (NMSysconfigConnection *connection,
|
||||
GParamSpec *pspec,
|
||||
gpointer user_data)
|
||||
{
|
||||
g_signal_emit (NM_SYSCONFIG_SETTINGS (user_data),
|
||||
signals[CONNECTION_VISIBILITY_CHANGED],
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue