loginDialog: drop spurious parameter

_onNotListed had an unusued, incorrect parameter.

This commit drops it.

https://bugzilla.gnome.org/show_bug.cgi?id=660660
This commit is contained in:
Ray Strode 2012-10-30 21:04:17 -04:00
parent 348208617b
commit aef9b733e5

View File

@ -1089,7 +1089,7 @@ const LoginDialog = new Lang.Class({
}));
},
_onNotListedClicked: function(user) {
_onNotListedClicked: function() {
let tasks = [function() {
return this._userList.hideItems();
},