summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libnm/nm-manager.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/libnm/nm-manager.c b/libnm/nm-manager.c
index 11c4db9f3b..bbb9331305 100644
--- a/libnm/nm-manager.c
+++ b/libnm/nm-manager.c
@@ -952,6 +952,9 @@ add_activate_cb (GObject *object,
G_CALLBACK (activation_cancelled), info);
}
+ g_signal_connect (info->manager, "active-connection-removed",
+ G_CALLBACK (active_removed), info);
+
recheck_pending_activations (info->manager);
} else {
g_dbus_error_strip_remote_error (error);