1b31fd5afe
We cannot disconnect a signal handler via the usual disconnect() as nm_device_disconnect() shadows the GObject method, but we can use g_signal_handler_disconnect(). https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/626