[gnome-shell/wip/aggregate-menu: 31/56] network: Remove the enable networking item
- From: Jasper St. Pierre <jstpierre src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell/wip/aggregate-menu: 31/56] network: Remove the enable networking item
- Date: Tue, 16 Jul 2013 20:56:39 +0000 (UTC)
commit ee1df40e75c345cdb7448913cd30a765f9320c8a
Author: Jasper St. Pierre <jstpierre mecheye net>
Date: Mon Apr 29 15:35:14 2013 -0400
network: Remove the enable networking item
js/ui/status/network.js | 13 -------------
1 files changed, 0 insertions(+), 13 deletions(-)
---
diff --git a/js/ui/status/network.js b/js/ui/status/network.js
index fe5e8ef..f54907a 100644
--- a/js/ui/status/network.js
+++ b/js/ui/status/network.js
@@ -1389,15 +1389,6 @@ const NMApplet = new Lang.Class({
if (!this._client || !this._settings)
return;
- this._statusSection = new PopupMenu.PopupMenuSection();
- this._statusItem = new PopupMenu.PopupMenuItem('', { reactive: false });
- this._statusSection.addMenuItem(this._statusItem);
- this._statusSection.addAction(_("Enable networking"), Lang.bind(this, function() {
- this._client.networking_enabled = true;
- }));
- this._statusSection.actor.hide();
- this.menu.addMenuItem(this._statusSection);
-
this._activeConnections = [ ];
this._connections = [ ];
@@ -1781,8 +1772,6 @@ const NMApplet = new Lang.Class({
return;
this._devicesHidden = false;
- this._statusSection.actor.hide();
-
for (let category in this._devices)
this._devices[category].section.actor.show();
},
@@ -1794,8 +1783,6 @@ const NMApplet = new Lang.Class({
if (!this._client.networking_enabled) {
this.setIcon('network-offline-symbolic');
this._hideDevices();
- this._statusItem.label.text = _("Networking is disabled");
- this._statusSection.actor.show();
return;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]