loginDialog: Remove "Session" subtitle heading

It doesn't really add any value at all.

https://bugzilla.gnome.org/show_bug.cgi?id=707072
This commit is contained in:
Jasper St. Pierre 2013-08-29 17:30:24 -04:00 committed by Ray Strode
parent 3ce97ccaa8
commit 0b79e9cc9e

View File

@ -309,10 +309,6 @@ const SessionMenuButton = new Lang.Class({
this._button.remove_style_pseudo_class('active'); this._button.remove_style_pseudo_class('active');
})); }));
let subtitle = new PopupMenu.PopupMenuItem(_("Session"), { style_class: 'popup-subtitle-menu-item',
reactive: false });
this._menu.addMenuItem(subtitle);
this._manager = new PopupMenu.PopupMenuManager({ actor: this._button }); this._manager = new PopupMenu.PopupMenuManager({ actor: this._button });
this._manager.addMenu(this._menu); this._manager.addMenu(this._menu);