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