[gnome-shell/gnome-3-10] loginDialog: Implement cancel()



commit 621e3d0df8abbf9c74df9f9c0cff3010bba5be82
Author: Florian Müllner <fmuellner gnome org>
Date:   Tue Nov 26 20:52:24 2013 +0100

    loginDialog: Implement cancel()
    
    The screen shield expects a cancel() method on the unlockDialog
    implementation, but LoginDialog does not provide it currently.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=719378

 js/gdm/loginDialog.js |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/js/gdm/loginDialog.js b/js/gdm/loginDialog.js
index eb94554..fb3cf70 100644
--- a/js/gdm/loginDialog.js
+++ b/js/gdm/loginDialog.js
@@ -907,6 +907,10 @@ const LoginDialog = new Lang.Class({
         Main.ctrlAltTabManager.removeGroup(this.dialogLayout);
     },
 
+    cancel: function() {
+        this._authPrompt.cancel();
+    },
+
     addCharacter: function(unichar) {
         this._authPrompt.addCharacter(unichar);
     },


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