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:
@ -1089,7 +1089,7 @@ const LoginDialog = new Lang.Class({
|
||||
}));
|
||||
},
|
||||
|
||||
_onNotListedClicked: function(user) {
|
||||
_onNotListedClicked: function() {
|
||||
let tasks = [function() {
|
||||
return this._userList.hideItems();
|
||||
},
|
||||
|
Reference in New Issue
Block a user