From aef9b733e56715f7a1f3e2ea2c7aaf4631bb082c Mon Sep 17 00:00:00 2001 From: Ray Strode Date: Tue, 30 Oct 2012 21:04:17 -0400 Subject: [PATCH] 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 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/gdm/loginDialog.js b/js/gdm/loginDialog.js index 757d7de6f..b3240fc48 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(); },