gnome-shell/js/gdm
Ray Strode 58ca6ec6aa authPrompt: don't muck with cancelButton in onAskQuestion
onAskQuestion has this code:

    if (this.verifyingUser)
        this.cancelButton.show();
    else
        this.cancelButton.hide();

but onAskQuestion can only be called when this.verifyingUser is true.
Also, cancelButton is public, and it only ever otherwise gets hidden
from callers.

This commit drops mucking with cancelButton visibility, leaving it
entirely up to the callers to deal with.

https://bugzilla.gnome.org/show_bug.cgi?id=683437
2013-08-08 10:55:34 -04:00
..
authPrompt.js authPrompt: don't muck with cancelButton in onAskQuestion 2013-08-08 10:55:34 -04:00
batch.js Port all classes with inheritance to class framework 2011-11-24 09:50:04 +01:00
fingerprint.js fingerprint: autostart fprintd when necessary 2012-09-14 12:12:46 -04:00
loginDialog.js loginDialog: fix up cancel button visibility 2013-08-08 10:55:34 -04:00
powerMenu.js powerMenu: Use LoginManager for suspend 2012-10-23 21:14:10 +02:00
realmd.js gdm: Fix regression where domain login hint not shown 2013-05-03 21:59:57 +02:00
util.js util: clear user verifier after cancelling it 2013-08-01 16:08:23 -04:00