keyring: Fix copy/paste error
This was clearly meant to be continueButton. https://bugzilla.gnome.org/show_bug.cgi?id=690895
This commit is contained in:
parent
a757ce48a1
commit
3e6b794a33
@ -146,8 +146,8 @@ const KeyringDialog = new Lang.Class({
|
||||
this._passwordEntry.reactive = sensitive;
|
||||
this._passwordEntry.clutter_text.editable = sensitive;
|
||||
|
||||
this._okButton.can_focus = sensitive;
|
||||
this._okButton.reactive = sensitive;
|
||||
this._continueButton.can_focus = sensitive;
|
||||
this._continueButton.reactive = sensitive;
|
||||
},
|
||||
|
||||
_ensureOpen: function() {
|
||||
|
Loading…
Reference in New Issue
Block a user