Remove Restart option from session menu
The action is far less common than powering off. It is mostly used for performing system updates so the update tool should offer the option directly. Also, currently the Shut Down option dialog offers Restart anyway. We would like to keep the number of entries in this menu as limited (close to 7) as we can.
This commit is contained in:
parent
63e89482fe
commit
32cc136563
@ -147,10 +147,6 @@ StatusMenuButton.prototype = {
|
||||
item.connect('activate', Lang.bind(this, this._onShutDownActivate));
|
||||
this.menu.addMenuItem(item);
|
||||
|
||||
item = new PopupMenu.PopupMenuItem(_("Restart..."));
|
||||
item.connect('activate', Lang.bind(this, this._onShutDownActivate));
|
||||
this.menu.addMenuItem(item);
|
||||
|
||||
item = new PopupMenu.PopupMenuItem(_("Shut Down..."));
|
||||
item.connect('activate', Lang.bind(this, this._onShutDownActivate));
|
||||
this.menu.addMenuItem(item);
|
||||
|
Loading…
Reference in New Issue
Block a user