GNOME Bugzilla – Bug 743370
loginDialog: fix reactivity of first user in user list
Last modified: 2015-01-22 21:57:05 UTC
After the login banner is shown and hidden, the first user in the user list becomes reactive. This is because the banner is just given an opacity of 0, but still allocated. This commit fixes that by hiding the banner explicitly.
Created attachment 295216 [details] [review] loginDialog: fix reactivity of first user in user list
Review of attachment 295216 [details] [review]: Sure.
Attachment 295216 [details] pushed as d04340c - loginDialog: fix reactivity of first user in user list