Skip to content

Commit b389ce8

Browse files
committed
polkitAuthenticationAgent.js: Fix initial focus widget.
Minor regression from 81eba1c.
1 parent 64bb747 commit b389ce8

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

js/ui/polkitAuthenticationAgent.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -259,6 +259,7 @@ var AuthenticationDialog = GObject.registerClass({
259259
this._passwordEntry.bind_property('reactive',
260260
this._passwordEntry.clutter_text, 'editable',
261261
GObject.BindingFlags.SYNC_CREATE);
262+
this.setInitialKeyFocus(this._passwordEntry);
262263
passwordBox.add_child(this._passwordEntry);
263264

264265
let warningBox = new St.BoxLayout({ vertical: true });

0 commit comments

Comments
 (0)