GNOME Bugzilla – Bug 704471
loginDialog: avoid blinking user list when disable-user-list=true
Last modified: 2013-07-18 17:08:45 UTC
Right now if disable-user-list is true we show it briefly, just so that we can fade it out to the user entry. This commit avoids the fade in that case.
Created attachment 249516 [details] [review] loginDialog: avoid blinking user list when disable-user-list=true
Review of attachment 249516 [details] [review]: OK, with one nit. ::: js/gdm/loginDialog.js @@ +451,3 @@ this._userSelectionBox = new St.BoxLayout({ style_class: 'login-dialog-user-selection-box', + vertical: true, + visible: false}); Style nit: missing space before }
Attachment 249516 [details] pushed as e5e3f3c - loginDialog: avoid blinking user list when disable-user-list=true