[gnome-shell] network: Update the network indicator when the VPN state changes



commit 8380c7987516575899dbb5aed82bf378ab391c55
Author: Jasper St. Pierre <jstpierre mecheye net>
Date:   Tue Oct 1 10:24:01 2013 -0400

    network: Update the network indicator when the VPN state changes

 js/ui/status/network.js |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/js/ui/status/network.js b/js/ui/status/network.js
index 90399d4..7fc28b4 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();
     },
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]