network: Update the network indicator when the VPN state changes

This commit is contained in:
Jasper St. Pierre 2013-10-01 10:24:01 -04:00
parent 8a4879a96a
commit 8380c79875

View File

@ -1123,6 +1123,7 @@ const NMVPNConnectionItem = new Lang.Class({
this.emit('activation-failed', reason);
}
this.emit('icon-changed');
this.parent();
},