status menu hackery

This commit is contained in:
Jasper St. Pierre
2015-06-23 10:25:29 -07:00
parent fe265554a7
commit d20789bc61
7 changed files with 7 additions and 42 deletions

View File

@@ -697,7 +697,6 @@ const AggregateMenu = new Lang.Class({
this.menu.addMenuItem(this._location.menu);
this.menu.addMenuItem(this._rfkill.menu);
this.menu.addMenuItem(this._power.menu);
this.menu.addMenuItem(new PopupMenu.PopupSeparatorMenuItem());
this.menu.addMenuItem(this._system.menu);
},
});