[gnome-shell/wip/disable-user-list: 1/4] loginDialog: drop spurious	parameter
- From: Ray Strode <halfline src gnome org>
- To: commits-list gnome org
- Cc: 
- Subject: [gnome-shell/wip/disable-user-list: 1/4] loginDialog: drop spurious	parameter
- Date: Wed, 31 Oct 2012 18:53:27 +0000 (UTC)
commit b8b9619b2c8d4659aba02d476b861916388c569c
Author: Ray Strode <rstrode redhat com>
Date:   Tue Oct 30 21:04:17 2012 -0400
    loginDialog: drop spurious parameter
    
    _onNotListed had an unusued, incorrect parameter.
    
    This commit drops it.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=660660
 js/gdm/loginDialog.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/js/gdm/loginDialog.js b/js/gdm/loginDialog.js
index 757d7de..b3240fc 100644
--- a/js/gdm/loginDialog.js
+++ b/js/gdm/loginDialog.js
@@ -1089,7 +1089,7 @@ const LoginDialog = new Lang.Class({
                              }));
     },
 
-    _onNotListedClicked: function(user) {
+    _onNotListedClicked: function() {
         let tasks = [function() {
                          return this._userList.hideItems();
                      },
[
Date Prev][
Date Next]   [
Thread Prev][
Thread Next]   
[
Thread Index]
[
Date Index]
[
Author Index]