gnome-shell/js
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
..
extensionPrefs extensionPrefs: Fix opening extension preferences on startup 2013-02-28 15:37:29 +01:00
gdm authPrompt: don't muck with cancelButton in onAskQuestion 2013-08-08 10:55:34 -04:00
misc fileUtils: Remove a leftover log() 2013-08-06 09:12:51 -04:00
perf
ui ScreenShield: wake up the screen when new notifications appear 2013-08-07 10:33:15 +02:00
Makefile.am gdmUtil: separate AuthPrompt out into its own file 2013-07-24 06:01:03 -04:00