[gnome-shell] NetworkMenu: use network-offline while loading



commit 6122f65e7af634ec2f23861250ed2665d4e92afe
Author: Giovanni Campagna <gcampagna src gnome org>
Date:   Sat Apr 28 18:04:14 2012 +0200

    NetworkMenu: use network-offline while loading
    
    network-error is partially red and thus can be distracting at
    login. Use network-offline instead.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=674426

 js/ui/status/network.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/js/ui/status/network.js b/js/ui/status/network.js
index f7d2258..36249d8 100644
--- a/js/ui/status/network.js
+++ b/js/ui/status/network.js
@@ -1538,7 +1538,7 @@ const NMApplet = new Lang.Class({
     Extends: PanelMenu.SystemStatusButton,
 
     _init: function() {
-        this.parent('network-error', _("Network"));
+        this.parent('network-offline', _("Network"));
 
         this._client = NMClient.Client.new();
 



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