From 8380c7987516575899dbb5aed82bf378ab391c55 Mon Sep 17 00:00:00 2001 From: "Jasper St. Pierre" Date: Tue, 1 Oct 2013 10:24:01 -0400 Subject: [PATCH] network: Update the network indicator when the VPN state changes --- js/ui/status/network.js | 1 + 1 file changed, 1 insertion(+) diff --git a/js/ui/status/network.js b/js/ui/status/network.js index 90399d4b6..7fc28b45e 100644 --- a/js/ui/status/network.js +++ b/js/ui/status/network.js @@ -1123,6 +1123,7 @@ const NMVPNConnectionItem = new Lang.Class({ this.emit('activation-failed', reason); } + this.emit('icon-changed'); this.parent(); },