[gnome-shell] keyring: Fix copy/paste error



commit 3e6b794a33360d9f5cea87d731befa3ccb9f47e5
Author: Jasper St. Pierre <jstpierre mecheye net>
Date:   Sun Dec 30 12:05:24 2012 -0500

    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 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/js/ui/components/keyring.js b/js/ui/components/keyring.js
index e4ecd8f..ff59fa3 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() {



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]