From 0b79e9cc9e86445b90630e66a9d2a899b43c3ee7 Mon Sep 17 00:00:00 2001 From: "Jasper St. Pierre" Date: Thu, 29 Aug 2013 17:30:24 -0400 Subject: [PATCH] loginDialog: Remove "Session" subtitle heading It doesn't really add any value at all. https://bugzilla.gnome.org/show_bug.cgi?id=707072 --- js/gdm/loginDialog.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/js/gdm/loginDialog.js b/js/gdm/loginDialog.js index 3b4f2c54d..1549ed13d 100644 --- a/js/gdm/loginDialog.js +++ b/js/gdm/loginDialog.js @@ -309,10 +309,6 @@ const SessionMenuButton = new Lang.Class({ 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.addMenu(this._menu);