diff options
Diffstat (limited to 'src/devices/nm-device.c')
-rw-r--r-- | src/devices/nm-device.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/devices/nm-device.c b/src/devices/nm-device.c index ff6c13385a..c735fbc0e8 100644 --- a/src/devices/nm-device.c +++ b/src/devices/nm-device.c @@ -9378,10 +9378,9 @@ nm_device_recheck_available_connections (NMDevice *self) changed = TRUE; } - if (changed) { + if (changed) available_connections_notify (self); - available_connections_check_delete_unrealized (self); - } + available_connections_check_delete_unrealized (self); } /** |