GNOME Bugzilla – Bug 706153
loginDialog: fix session menu visibility
Last modified: 2013-08-16 18:12:02 UTC
The shouldShowSessionMenu function has a few bugs in it. This fixes them.
Created attachment 251921 [details] [review] loginDialog: fix session menu visibility
Review of attachment 251921 [details] [review]: ::: js/gdm/loginDialog.js @@ +605,3 @@ return false; + if (this._user && this._user.is_logged_in() Did you test this patch? This is a syntax error.
I did, then looked at the diff before posting and noticed a trailing whitespace which i cleaned up too thoroughly i guess.
Created attachment 251925 [details] [review] loginDialog: fix session menu visibility The shouldShowSessionMenu function has a few bugs in it. This fixes them.
Review of attachment 251925 [details] [review]: OK.
Attachment 251925 [details] pushed as 945b357 - loginDialog: fix session menu visibility