From 3e6b794a33360d9f5cea87d731befa3ccb9f47e5 Mon Sep 17 00:00:00 2001 From: "Jasper St. Pierre" Date: Sun, 30 Dec 2012 12:05:24 -0500 Subject: [PATCH] keyring: Fix copy/paste error This was clearly meant to be continueButton. https://bugzilla.gnome.org/show_bug.cgi?id=690895 --- js/ui/components/keyring.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/js/ui/components/keyring.js b/js/ui/components/keyring.js index e4ecd8f1d..ff59fa3e3 100644 --- a/js/ui/components/keyring.js +++ b/js/ui/components/keyring.js @@ -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() {