gnome-shell/js/ui/components
Joaquim Rocha 9915bad039 polkitAgent: Do not set initial focus in the password entry
The password entry can be hidden if the user has no password set, but
setting the initial focus to it will result in the entry responding to
the "activate" and signals.
Besides, with the logic that the dialog follows, setting the initial
focus in the entry is redundant, because the focus is also set in the
entry upon showing it.
2018-02-14 17:29:40 +01:00
..
__init__.js Define classes with 'var' instead of 'const' 2017-07-18 21:52:06 +02:00
automountManager.js Define externally accessible contants with 'var' instead of 'const' 2017-07-18 21:52:06 +02:00
autorunManager.js autorunManager: Avoid access to non-existent array element 2017-09-19 20:07:21 +02:00
keyring.js Define externally accessible contants with 'var' instead of 'const' 2017-07-18 21:52:06 +02:00
networkAgent.js networkAgent: Pick up VPN service dir from pkg-config 2018-01-22 08:44:19 +01:00
polkitAgent.js polkitAgent: Do not set initial focus in the password entry 2018-02-14 17:29:40 +01:00
telepathyClient.js Define externally accessible contants with 'var' instead of 'const' 2017-07-18 21:52:06 +02:00