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
This commit is contained in:
Giovanni Campagna 2012-04-28 18:04:14 +02:00
parent 43fd29f9bf
commit 6122f65e7a

View File

@ -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();